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