OBJECT
ClusterNode
Description
Rubrik cluster node.
link GraphQL Schema definition
- type ClusterNode {
- # Brik ID of the Rubrik cluster node.
- : String!
- # Rubrik cluster ID.
- : UUID!
- # CPU cores count of the Rubrik cluster node.
- : Int
- # Hardware health status of a Rubrik cluster node. The value is null when hardware
- # health status is not available.
- : [HealthPolicyStatus!]
- # Hostname of the Rubrik cluster node.
- : String
- # Node ID.
- : String!
- # Network interface of a Rubrik cluster node.
- : [ClusterNodeInterfaceCidr!]
- # IP address of the Rubrik cluster node.
- : String
- # Platform type of the Rubrik cluster node.
- : Boolean
- # Network speed of the Rubrik cluster node.
- : String
- # Platform type of the Rubrik cluster node.
- : ClusterNodePlatformType
- # Rear view position of the Rubrik cluster node.
- : ClusterNodePosition
- # RAM of the Rubrik cluster node, in bytes.
- : Long
- # Status of the Rubrik cluster node.
- : ClusterNodeStatus
- }
link Require by
- AdVolumeExportActive Directory volume export.
- ClusterA Rubrik CDM Cluster.
- ClusterNodeConnectionPaginated list of ClusterNode objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- ClusterNodeEdgeWrapper around the ClusterNode object. This wrapper is used for pagination.
- ManagedVolumeMountSpecMount Specification for the Managed Volume.