OBJECT

RbsHostInstallStatus

Description

Status of Rubrik Backup Service installation on a host.

link GraphQL Schema definition

  • type RbsHostInstallStatus {
  • # Supported in v9.4+
  • # The error message if the host installation failed.
  • error: String
  • # The details of the host after registering it with the Rubrik cluster.
  • hostDetail: HostDetail
  • # Supported in v9.4+
  • # The status of the Rubrik Backup Service on the host, including installation
  • # details.
  • summary: RbsHostSummary
  • }