List VMs

List all virtual machines

Create VM URL:

GEThttps://api.hyperleaf.com/api/vms/list

Get Example

curl https://api.hyperleaf.com/api/vms/list?key=mykey

Response Examples

{
    "status": "ok",
    "count": 1,
    "data": [
        {
            "uuid": "93c1-1c19-a86f-1eaf-323cb0af251c-1.1.1.1-ubuntu22",
            "project_uuid": "1263-6212-cc3d-0f74-1346b25c00ea",
            "name": "ub1",
            "ip_address": "1.1.1.1",
            "network_ip_address": "10.10.10.5",
            "os_type": "3",
            "cpu": "4",
            "ram": "4",
            "storage": "60",
            "region": "3"
        }
    ]
}

Last updated