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

Type 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.