v3

latestOpenAPI 3.1.0Proprietary2026-08-07266348629.6 KB
Cluster Scaling

Get Cluster Status

Get current cluster status by fetching live state from EKS + K8s.

Reads tier definitions from the cluster_configs collection, then queries the actual cluster to determine current tier, memory, and replicas. BYOC services without a cluster_configs record get a live-only view (no tier catalog, scaling_available: false) that degrades to 'unknown' values instead of failing.

get/cluster/status

Response

Successful Response

current_tierstring required

Currently active tier name (matched from K8s StatefulSet specs).

kafka_memorystring required
kafka_connect_memorystring required
kafka_connect_replicasinteger required
active_operation_idstring nullable

Operation ID if a scaling operation is in progress

scaling_availableboolean

Whether scale operations are possible (a cluster_configs record exists). False for BYOC services rendered from live K8s state only.