OBJECT

ClusterStatsAggregation

Description

Aggregated statistics across Clusters.

link GraphQL Schema definition

  • 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!
  • }