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.