Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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 }
Get virtual machine data. Location-specific endpoint.
VM data
The response is of type object.
object