Skip to main content
GET
/
api
/
vm
{
  "data": [
    {
      "children": [
        "<string>"
      ],
      "cluster_id": "<string>",
      "id": "<string>",
      "ip_address": "<string>",
      "network_info": {
        "guest_ip": "<string>",
        "guest_mac": "<string>",
        "ssh_port": 1,
        "tap0_ip": "<string>",
        "tap0_name": "<string>",
        "vm_namespace": "<string>"
      },
      "state": "Not started",
      "parent_id": "<string>"
    }
  ],
  "duration_ns": 1,
  "operation_id": "<string>",
  "time_start": 1
}

Authorizations

Authorization
string
header
required

Bearer token in Authorization header

Response

List all VMs

data
object[]
required
duration_ns
integer
required
Required range: x >= 0
operation_id
string
required
time_start
integer<int64>
required

Unix epoch time (secs)

Required range: x >= 0