OBJECT

RbsHostSummary

Description

Supported in v6.0+

link GraphQL Schema definition

  • type RbsHostSummary {
  • # Supported in v6.0+
  • # UUID that uniquely identifies the Rubrik Backup Service on the Rubrik cluster.
  • agentId: String
  • # Supported in v6.0+
  • # Version of the Rubrik Backup Service.
  • agentVersion: String
  • # Required. Supported in v6.0+
  • # IP address or hostname of the host.
  • name: String!
  • # Supported in v6.0+
  • # Version of the operating system that the host is running.
  • osInfo: String
  • # Supported in v6.0+
  • # Type of the operating system that the host is running.
  • osType: String
  • # Supported in v6.0+
  • # The status of the Rubrik Backup Service on the host.
  • status: HostRbsStatus!
  • }