cURL
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 }
List all VM instances for the authenticated user.
Successful Response
Response from listing VM instances
Show child attributes