{
"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
}{
"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
}Bearer token in Authorization header
List all clusters
Show child attributes
The cluster's ID.
How many VMs are currently running on this cluster.
x >= 0The VMs that are children of the cluster, including the root VM.
Show child attributes
The IDs of direct children branched from this VM.
The VM's cluster ID
The ID of the VM.
The VM's local IP address on the VM subnet
The VM's network configuration
Show child attributes
x >= 0Whether the VM is running, paused, or not started.
Not started, Running, Paused The parent VM's ID, if present. If None, then this VM is a root VM.
The ID of the cluster's root VM.
x >= 0Unix epoch time (secs)
x >= 0