Skip to main content
GET
/
user-resource
/
vm
/
list
List VMs
curl --request GET \
  --url https://api.tenbytecloud.com/v1/user-resource/vm/list \
  --header 'apikey: <api-key>'
[
  {
    "name": "Ubuntu-16-04",
    "os_name": "ubuntu",
    "os_version": "16.04",
    "status": "running",
    "uuid": "fc880f74-cf03-4a7a-93da-74c506157023",
    "vcpu": 2
  }
]

Authorizations

apikey
string
header
required

Response

200 - application/json

List of VMs