@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias ClusterTopologyResponse

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

    type ClusterTopologyResponse = {
        brokers: ClusterBrokerInfo[];
        clusterId: string | null;
        clusterSize: number;
        gatewayVersion: string | null;
        physicalTenants: PhysicalTenantTopology[];
    }
    Index

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

    clusterId: string | null

    The cluster Id.

    clusterSize: number

    The number of brokers in the cluster.

    gatewayVersion: string | null

    The version of the Orchestration Cluster Gateway.

    physicalTenants: PhysicalTenantTopology[]

    The topology of each physical tenant of this cluster.