OBJECT
Aggregate Rubrik clusters' health information.
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! }