OBJECT
ClusterMetric
Description
Metrics of a Rubrik cluster.
link GraphQL Schema definition
- type ClusterMetric {
- # Available bytes in the Rubrik cluster.
- Long! :
- # Used bytes in the Rubrik cluster.
- Long! :
- # Total bytes in the Rubrik cluster.
- Long! :
- # Total bytes used by snapshots in the Rubrik cluster.
- Long! :
- # Total bytes used by Live Mounts in the Rubrik cluster.
- Long! :
- # Total miscellaneous bytes used in the Rubrik cluster.
- Long! :
- # Total number of bytes used by pending snapshots in the Rubrik cluster.
- Long! :
- # Total number of bytes used by CDP in the Rubrik cluster.
- Long! :
- # Ingested bytes for local snapshots.
- Long! :
- # Physical bytes for local snapshots.
- Long! :
- # Ingested bytes for archived snapshots.
- Long! :
- # Physical bytes for archived snapshots.
- Long! :
- # Average storage growth per day, in bytes.
- Long! :
- # Time when the Rubrik cluster metrics was last updated.
- DateTime! :
- }