cURL
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" ] } }
View a list of all your active and past deployments.
The access token received from the authorization server in the OAuth 2.0 flow.
200
Show child attributes
Was this page helpful?