OBJECT

ManagedVolumeHostDetail

Description

Specifies host details for the SLA Managed Volume.

link GraphQL Schema definition

  • type ManagedVolumeHostDetail {
  • # Specifies the Rubrik FID of the host.
  • id: String!
  • # Specifies the host name.
  • name: String!
  • # Specifies connectivity status of the host.
  • status: HostConnectivityStatusEnum!
  • }