ENUM

ClusterSystemStatus

Description

Cluster system status.

link GraphQL Schema definition

  • enum ClusterSystemStatus {
  • # Several nodes are experiencing failures.
  • FATAL
  • # All nodes are functioning normally.
  • OK
  • # Some nodes are experiencing failures.
  • WARNING
  • }