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.
- : String
- # Supported in v6.0+
- # Version of the Rubrik Backup Service.
- : String
- # Required. Supported in v6.0+
- # IP address or hostname of the host.
- : String!
- # Supported in v6.0+
- # Version of the operating system that the host is running.
- : String
- # Supported in v6.0+
- # Type of the operating system that the host is running.
- : String
- # Supported in v6.0+
- # The status of the Rubrik Backup Service on the host.
- : HostRbsStatus!
- }