OBJECT
ClusterNodeStats
Description
The node-level performance statistics of a Rubrik cluster.
link GraphQL Schema definition
- type ClusterNodeStats {
- # Rubrik cluster UUID.
- : UUID!
- # Cluster-level physical data ingestion, in bytes per second.
- : Long!
- # CPU utilization of the node.
- : Long!
- # Input/output read operations per second.
- : Long!
- # Input/output write operations per second.
- : Long!
- # Data received over the network, in bytes per second.
- : Long!
- # Data transmitted over the network, in bytes per second.
- : Long!
- # Rubrik cluster node ID.
- : String!
- # Read Input/output throughput, in bytes per second.
- : Long!
- # Time at which the performance metrics were retrieved.
- : DateTime!
- # Memory used on the node, in percentage.
- : Int!
- # Write Input/output throughput, in bytes per second.
- : Long!
- }