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.
  • HOST_RBS_CONNECTION_STATUS_CONNECTED
  • # The host is connecting to the Rubrik Cluster.
  • HOST_RBS_CONNECTION_STATUS_CONNECTING
  • # The Rubrik Backup Service is not deployed on the host.
  • HOST_RBS_CONNECTION_STATUS_CONNECTOR_NOT_DEPLOYED
  • # The host is deleted from the Rubrik Cluster.
  • HOST_RBS_CONNECTION_STATUS_DELETED
  • # The host is being deleted from the Rubrik Cluster.
  • HOST_RBS_CONNECTION_STATUS_DELETING
  • # The host is disconnected from the Rubrik Cluster.
  • HOST_RBS_CONNECTION_STATUS_DISCONNECTED
  • # The host is partially connected to the Rubrik Cluster.
  • HOST_RBS_CONNECTION_STATUS_PARTIALLY_CONNECTED
  • # The Rubrik Cluster is refreshing the connection to the host.
  • HOST_RBS_CONNECTION_STATUS_REFRESHING
  • # The host is a replication target for the Rubrik Cluster.
  • HOST_RBS_CONNECTION_STATUS_REPLICATION_TARGET
  • # The Rubrik Cluster is connected as a secondary to the host.
  • HOST_RBS_CONNECTION_STATUS_SECONDARY_CLUSTER
  • }