v58

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-036490116.2 KB
Clusters

Count clusters by lifecycle state

Returns the total number of clusters and the count per lifecycle state (Deployed / Pending / Undeployed) for the environment, optionally scoped to a cluster type — the numbers behind the console cluster stat-strip. User must have the ENVIRONMENT_CLUSTER[READ] permission.

get/clusters/_stats

Query parameters

type'KAFKA_CLUSTER_STANDALONE' | 'KAFKA_CLUSTER' | 'KAFKA_VIRTUAL_CLUSTER'

Filter clusters by type.

Response

Cluster counts by lifecycle state

totalinteger

Total number of clusters.

deployedinteger

Number of clusters in the DEPLOYED state.

pendinginteger

Number of clusters in the PENDING state.

undeployedinteger

Number of clusters in the UNDEPLOYED state.