Skip to content

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).
protectedObjectsStorage Long! Storage taken by protected objects excluding downloaded snapshots (in bytes).
relicStorage Long! Storage taken by relic objects (in bytes).
totalCapacity Long! Total capacity (in bytes).
totalUsedStorage Long! Total used storage (in bytes).
unprotectedObjectsStorage Long! Storage taken by unprotected objects excluding downloaded snapshots (in bytes).

Used By

Queries