cURL
curl --request GET \ --url https://api.io.solutions/enterprise/v1/io-cloud/vmaas/deployment/{deployment_id}
{ "data": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "<string>", "created_at": "2023-11-07T05:31:56Z", "started_at": "2023-11-07T05:31:56Z", "finished_at": "2023-11-07T05:31:56Z", "amount_paid": 123, "completed_percent": 123, "total_gpus": 123, "gpus_per_vm": 123, "total_vms": 123, "hardware_name": "<string>", "hardware_id": 123, "locations": [ { "id": 123, "iso2": "<string>", "name": "<string>" } ], "brand_name": "<string>", "compute_minutes_served": 123, "compute_minutes_remaining": 123, "ssh_keys": {}, "github_ids": [ "<string>" ] } }
Fetch detailed information about a specific deployment by its ID, including cluster specifications, runtime status, and associated resources.
io.net provided API Key
Successful Response
Show child attributes
Was this page helpful?