InlineClusterStatus1

InlineClusterStatus1
InlineClusterStatus1
JSON Example
{
    "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"
        }
    }
}
string
cluster_id
Required  

UUID of the SSP cluster.

string
cluster_name
Required  

Name of the cluster.

string
message_bus_endpoint
Required  

Endpoint of the platform message bus (FQDN:Port or IP:Port).

integer As int32 As int32
node_count
Required  

Number of nodes in the cluster.

string
k8s_version
Required  

Version of the underlying Kubernetes infrastructure. This is informational and indicates the K8s version the platform is built on.

network_data_flow
Required  

Detailed networking traffic data including transmit, receive, and total data rates.

string
ingress_url
Required  

Endpoint for cluster ingress.

form_factor
Required  

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.

Enumeration: SMALL, LARGE, MEDIUM, EXTRA_LARGE
string
product_version
Required  

SSP product release version. This is the primary version field.

desired_state
Optional

Desired configuration state as specified in the infrastructure specification. This represents what the cluster should be configured to.

realized_state
Optional

Actual deployed state of the cluster. This represents the current operational state.