ENUM
HostRbsConnectionStatus
Description
Supported in v9.1+ The connection status of the Rubrik Backup Service (RBS) on the host.
link GraphQL Schema definition
- enum HostRbsConnectionStatus {
- # The host is connected to the Rubrik Cluster.
- # The host is connecting to the Rubrik Cluster.
- # The Rubrik Backup Service is not deployed on the host.
- # The host is deleted from the Rubrik Cluster.
- # The host is being deleted from the Rubrik Cluster.
- # The host is disconnected from the Rubrik Cluster.
- # The host is partially connected to the Rubrik Cluster.
- # The Rubrik Cluster is refreshing the connection to the host.
- # The host is a replication target for the Rubrik Cluster.
- # The Rubrik Cluster is connected as a secondary to the host.
- }