Skip to main content
GET
/
enterprise
/
v1
/
io-cloud
/
vmaas
/
deployments
Get All Deployments
curl --request GET \
  --url https://api.io.solutions/enterprise/v1/io-cloud/vmaas/deployments \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "deployments": [
      {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "status": "<string>",
        "name": "<string>",
        "completed_percent": 123,
        "hardware_quantity": 123,
        "brand_name": "<string>",
        "hardware_name": "<string>",
        "compute_minutes_served": 123,
        "compute_minutes_remaining": 123
      }
    ],
    "total": 123,
    "statuses": [
      "<string>"
    ]
  }
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

x-api-key
string

io.net provided API Key

Query Parameters

status
enum<string>
Available options:
running,
completed,
failed,
deployment requested,
termination requested,
destroyed
page
integer
default:0
page_size
integer
default:10
Required range: x <= 100

Response

Successful Response

data
object
required
I