For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Type Alias: ClusterTopologyResponse

type ClusterTopologyResponse = object;

The topology of the whole cluster, aggregated over all physical tenants.

Properties

brokers

brokers: ClusterBrokerInfo[];

The brokers that are part of this cluster, across all physical tenants.


clusterId

clusterId: string | null;

The cluster Id.


clusterSize

clusterSize: number;

The number of brokers in the cluster.


gatewayVersion

gatewayVersion: string | null;

The version of the Orchestration Cluster Gateway.


physicalTenants

physicalTenants: PhysicalTenantTopology[];

The topology of each physical tenant of this cluster.