GET
/
enterprise
/
v1
/
io-cloud
/
caas
/
deployments
Track Deployments Overview
curl --request GET \
  --url https://api.io.solutions/enterprise/v1/io-cloud/caas/deployments \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "deployments": [
      {
        "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
        "status": "string",
        "name": "string",
        "completed_percent": 0,
        "hardware_quantity": 0,
        "brand_name": "string",
        "hardware_name": "string",
        "compute_minutes_served": 0,
        "compute_minutes_remaining": 0
      }
    ],
    "total": 0,
    "statuses": [
      "string"
    ]
  }
}

Authorizations

Authorization
string
header
required

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

Response

200

data
object