API ClientsTypeScript SDKAPI ReferenceCoreType AliasesClusterStatusResponseVersion: 8.10 (unreleased)On this pageType Alias: ClusterStatusResponse type ClusterStatusResponse = object; The aggregated status of the whole cluster. Properties status status: "HEALTHY" | "DEGRADED" | "DOWN"; HEALTHY when every physical tenant is healthy, DOWN when no physical tenant can process work, DEGRADED in every other case.Was this helpful?