OBJECT
ClusterStatsData
Description
Cluster statistics data.
link GraphQL Schema definition
- type ClusterStatsData {
- # Amount of storage available in the cluster.
- Float! :
- # Average daily growth of storage in the cluster.
- Float! :
- # Amount of CDP storage in the cluster.
- Float! :
- # UUID of the cluster.
- String! :
- # Amount of ingested archival storage in the cluster.
- Float! :
- # Amount of ingested snapshot storage in the cluster.
- Float! :
- # Last update time of the statistics.
- DateTime! :
- # Amount of Live Mount storage in the cluster.
- Float! :
- # Amount of miscellaneous storage in the cluster.
- Float! :
- # Amount of pending snapshot storage in the cluster.
- Float! :
- # Amount of physical archival storage in the cluster.
- Float! :
- # Amount of physical snapshot storage in the cluster.
- Float! :
- # Amount of storage for snapshots in the cluster.
- Float! :
- # Total amount of storage in the cluster.
- Float! :
- # Amount of storage used in the cluster.
- Float! :
- }