RealizedClusterState

RealizedClusterState
RealizedClusterState

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

JSON Example
{
    "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"
    }
}
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
integer As int32 As int32
controller_node_replica
Required  

Current number of controller nodes.

integer As int32 As int32
worker_node_replica
Required  

Current number of worker nodes.

form_factor_transition
Optional

Status and progress tracking for form factor transition operations.