Skip to main content
GET
/
api
/
v2
/
external
/
vms
/
availability
Check Hardware Availability
curl --request GET \
  --url https://api.lyceum.technology/api/v2/external/vms/availability
{
  "pool_name": "<string>",
  "available_hardware_profiles": [
    {
      "profile": "<string>",
      "vcpu": 123,
      "memory_gb": 123,
      "available": 123,
      "gpu_type": "<string>"
    }
  ]
}

Response

200 - application/json

Successful Response

Response showing hardware availability

pool_name
string
required
available_hardware_profiles
HardwareProfileAvailability · object[]
required