Skip to main content
GET
/
user-resource
/
vm
Get VM Info
curl --request GET \
  --url https://api.tenbytecloud.com/v1/user-resource/vm \
  --header 'apikey: <api-key>'
{
  "backup": true,
  "billing_account": 6,
  "hostname": "hostname",
  "id": 7,
  "memory": 4096,
  "name": "Windows-2016",
  "os_name": "windows",
  "os_version": "2016",
  "private_ipv4": "10.123.8.223",
  "public_ipv6": "2a05:1cc0:10:30::80:fffe",
  "status": "running",
  "uuid": "f80b1d62-ffe4-43ef-9210-60f05445456a",
  "vcpu": 2
}

Authorizations

apikey
string
header
required

Query Parameters

uuid
string

Response

200 - application/json

VM data

The response is of type object.