OBJECT
Aggregated statistics across Clusters.
type ClusterStatsAggregation {# Ingested bytes for local snapshots.ingestedSnapshotStorage: Long! # Physical bytes for local snapshots.physicalSnapshotStorage: Long! # Ingested bytes for archived snapshots.ingestedArchivalStorage: Long! # Physical bytes for archived snapshots.physicalArchivalStorage: Long! }