OBJECT

CountClustersReply

Description

Cluster Count grouped by status.

link GraphQL Schema definition

  • type CountClustersReply {
  • # Total number of clusters based on input filters.
  • totalClusters: Int!
  • # The number of Rubrik clusters that have an OK status.
  • okClusters: Int!
  • # The number of Rubrik clusters that have a WARNING status.
  • warningClusters: Int!
  • # The number of Rubrik clusters that have a FATAL status.
  • fatalClusters: Int!
  • # The number of Rubrik clusters that are in disconnected state.
  • disconnectedClusters: Int!
  • }

link Require by