OBJECT
CountClustersReply
Description
Cluster Count grouped by status.
link GraphQL Schema definition
- type CountClustersReply {
- # The number of Rubrik clusters that are in disconnected state.
- : Int!
- # The number of Rubrik clusters that have a FATAL status.
- : Int!
- # The number of Rubrik clusters that have an OK status.
- : Int!
- # Total number of clusters based on input filters.
- : Int!
- # The number of Rubrik clusters that have a WARNING status.
- : Int!
- }