InlineClusterStatus1
{
"cluster_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"cluster_name": "ssp-cluster",
"message_bus_endpoint": "messagebus.example.com:9092",
"node_count": 3,
"k8s_version": "1.24.6",
"network_data_flow": {
"transmit": 34.7,
"receive": 24.2,
"total": 58.9
},
"ingress_url": "ssp.example.com:443",
"form_factor": "SMALL",
"product_version": "5.2.0-0.0-24893060",
"desired_state": {
"form_factor": "SMALL",
"controller_node_replica": 3,
"worker_node_replica": 5
},
"realized_state": {
"form_factor": "SMALL",
"controller_node_replica": 3,
"worker_node_replica": 5,
"form_factor_transition": {
"phase": "IN_PROGRESS",
"start_time": "2026-01-15T10:30:00Z",
"completion_time": "2026-01-15T11:45:00Z",
"message": "Form factor transition from MEDIUM to LARGE in progress",
"job_name": "formfactor-transition-job-abc123",
"operation_id": "op-12345-67890",
"source_form_factor": "SMALL",
"target_form_factor": "SMALL"
}
}
}
UUID of the SSP cluster.
Name of the cluster.
Endpoint of the platform message bus (FQDN:Port or IP:Port).
Number of nodes in the cluster.
Version of the underlying Kubernetes infrastructure. This is informational and indicates the K8s version the platform is built on.
Detailed networking traffic data including transmit, receive, and total data rates.
Endpoint for cluster ingress.
The cluster size for an SSP platform instance. ATP instance type supports LARGE, MEDIUM, and EXTRA_LARGE. AVI_OPERATIONS instance types use a fixed form factor of SMALL.
SSP product release version. This is the primary version field.
Desired configuration state as specified in the infrastructure specification. This represents what the cluster should be configured to.
Actual deployed state of the cluster. This represents the current operational state.