ReclaimableClusterStatsData
Reclaimable cluster stats data for a single cluster.
Fields
| Field | Type | Description |
|---|---|---|
| clusterName | String! | Name of the cluster. |
| clusterUuid | UUID! | UUID of the cluster. |
| downloadedSnapshotsStorage | Long! | Storage taken by downloaded snapshots (in bytes). |
| otherStorage | Long! | Other storage (calculated as total_used_storage - relic_storage - downloaded_snapshots_storage, in bytes). |
| relicStorage | Long! | Storage taken by relic objects (in bytes). |
| totalCapacity | Long! | Total capacity (in bytes). |
| totalUsedStorage | Long! | Total used storage (in bytes). |
Used By
Queries
- query: allReclaimableClusterStats (via connection)