cURL
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>" } ] }
Check available hardware profiles and current capacity.
Successful Response
Response showing hardware availability
Show child attributes