ENUM

ClusterSubStatus

Description

Sub status of the cluster.

link GraphQL Schema definition

  • enum ClusterSubStatus {
  • # The cluster has no sub status.
  • DEFAULT
  • # The cluster is currently initializing events.
  • INITIALIZING_EVENTS
  • # The cluster is currently syncing objects and SLAs.
  • INITIALIZING_METADATA
  • # The cluster is currently initializing reports.
  • INITIALIZING_REPORTS
  • }