ClusterStatus

ClusterStatus
ClusterStatus

Complete status of the Security Services Platform cluster including configuration, resource utilization, network metrics, and health information.

AllOf
This class requires all of the following:
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"
        }
    }
}