cURL
curl --request GET \ --url https://api.io.solutions/enterprise/v1/io-cloud/vmaas/deployment/{deployment_id}/vms
{ "data": { "total": 123, "workers": [ { "device_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "vm_id": "<string>", "hardware": "<string>", "brand_name": "<string>", "created_at": "2023-11-07T05:31:56Z", "uptime_percent": 123, "gpus_per_vm": 123, "status": "<string>", "vm_events": [ { "time": "2023-11-07T05:31:56Z", "message": "<string>" } ], "network_services": {}, "ssh_access": "<string>", "is_external": false } ] } }
List all virtual machines running within a given deployment, along with their current state and hardware details.
io.net provided API Key
x >= 1
1 <= x <= 100
Successful Response
Show child attributes
Was this page helpful?