Skip to main content
GET
/
api
/
cluster
/
{cluster_id}
{
  "data": {
    "id": "<string>",
    "vm_count": 1,
    "vms": [
      {
        "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>"
      }
    ],
    "root_vm_id": "<string>"
  },
  "duration_ns": 1,
  "operation_id": "<string>",
  "time_start": 1
}

Authorizations

Authorization
string
header
required

Bearer token in Authorization header

Path Parameters

cluster_id
string
required

Unique cluster identifier

Response

Get cluster status

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