OBJECT

ClusterNode

Description

Rubrik cluster node.

link GraphQL Schema definition

  • type ClusterNode {
  • # Brik ID of the Rubrik cluster node.
  • brikId: String!
  • # Status of the Rubrik cluster node.
  • status: ClusterNodeStatus
  • # IP address of the Rubrik cluster node.
  • ipAddress: String
  • # Platform type of the Rubrik cluster node.
  • needsInspection: Boolean
  • # CPU cores count of the Rubrik cluster node.
  • cpuCores: Int
  • # RAM of the Rubrik cluster node, in bytes.
  • ram: Long
  • # Rubrik cluster ID.
  • clusterId: UUID!
  • # Network speed of the Rubrik cluster node.
  • networkSpeed: String
  • # Hostname of the Rubrik cluster node.
  • hostname: String
  • # Rear view position of the Rubrik cluster node.
  • position: ClusterNodePosition
  • # Platform type of the Rubrik cluster node.
  • platformType: ClusterNodePlatformType
  • # Node ID.
  • id: String!
  • # Network interface of a Rubrik cluster node.
  • interfaceCidrs: [ClusterNodeInterfaceCidr!]
  • # Hardware health status of a Rubrik cluster node. The value is null when hardware
  • # health status is not available.
  • hardwareHealth: [HealthPolicyStatus!]
  • }