List VMs

GET
/vms

Response Body

application/json

curl -X GET "https://ldn.test.network/vms"
[
  {
    "lease_hash": "f2a3b4c5d6e7a8b9c0d1e2f3a4b5c6d7e8f9a0b1c2d3e4f5a6b7c8d9e0f1a2b3",
    "status": "provisioning",
    "resources": {
      "vcpus": 0,
      "memory_mb": 0,
      "disk_gb": 0
    },
    "created_at": 0,
    "error": "string"
  }
]