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
{
  "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
  }
}

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:1
Required range: x >= 1
page_size
integer
default:10
Required range: 1 <= x <= 100

Response

Successful Response

data
DeploymentsData · object
required