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