Skip to main content
GET
Get Cluster Status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

current_tier
string
required

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

kafka_memory
string
required
kafka_connect_memory
string
required
kafka_connect_replicas
integer
required
kafka_connect_statefulsets
KafkaConnectStatefulSetStatus · object[]

Per-StatefulSet live specs. One entry for single-KC tenants; multiple for KC-0 + KC-1 + ... tenants.

tiers
TierSpec · object[]

Every tier defined in the cluster_config, ordered ascending by 'order'.

active_operation_id
string | null

Operation ID if a scaling operation is in progress

scaling_available
boolean
default:true

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

live_node_groups
TierNodeGroup · object[]

Node groups read live from EKS/EC2 (with EBS volumes attached to the Kafka NG). Populated only on the config-less path, where no tier catalog exists.