Skip to main content
GET
/
api
/
v2
/
external
/
vms
/
list
List VM Instances
curl --request GET \
  --url https://api.lyceum.technology/api/v2/external/vms/list
{
  "vms": [
    {
      "vm_id": "<string>",
      "status": "<string>",
      "hardware_profile": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "name": "<string>",
      "ip_address": "<string>",
      "billed": 123
    }
  ],
  "total": 123
}

Response

200 - application/json

Successful Response

Response from listing VM instances

vms
VMSummary · object[]
required
total
integer
required