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

    Type Alias ClusterStatusResponse

    The aggregated status of the whole cluster.

    type ClusterStatusResponse = {
        status: "HEALTHY" | "DEGRADED" | "DOWN";
    }
    Index
    status: "HEALTHY" | "DEGRADED" | "DOWN"

    HEALTHY when every physical tenant is healthy, DOWN when no physical tenant can process work, DEGRADED in every other case.