ENUM
ClusterNodeStatus
Description
Represents the status of the node in a Rubrik cluster.
link GraphQL Schema definition
- enum ClusterNodeStatus {
- # Node is unhealthy.
- # Node is being bootstrapped with the Rubrik cluster. This state precedes the OK
- # state and the node services will not be functional until the node transitions to
- # status OK.
- # Node is joining the cluster.
- # Node is down for maintenance.
- # Node is healthy and normal operation is expected.
- # Node is being taken down for maintenance. After all sanity checks, the node
- # status will change to MAINTENANCE state.
- # Node has been removed from the cluster.
- # Node status is not known.
- # Node is being upgraded. The node will not accept any new jobs and the upgrade
- # operation will begin after existing jobs are completed.
- # Node needs attention. Either the node is down, or some of the disks on the node
- # are unavailable.
- }