OBJECT

ClusterHealthAggregation

Description

Aggregate Rubrik clusters' health information.

link GraphQL Schema definition

  • type ClusterHealthAggregation {
  • # The number of Rubrik clusters that have an OK status.
  • ok: Long!
  • # The number of Rubrik clusters that have a FATAL status.
  • fatal: Long!
  • # The number of Rubrik clusters that have a WARNING status.
  • warning: Long!
  • }