OBJECT

PhysicalHostMetadata

Description

Metadata details of a Physical Host.

link GraphQL Schema definition

  • type PhysicalHostMetadata {
  • # ID of the physical host in the Rubrik cluster.
  • cdmId: String!
  • # IP addresses associated with the Physical Host.
  • ipAddresses: [String!]!
  • # The name of the Physical Host's operating system.
  • osName: String
  • # The connection status of the Physical Host.
  • connectionStatus: HostConnectionStatus
  • # Whether the Physical Host is archived.
  • isArchived: Boolean!
  • # Specifies the MSSQL SDD details.
  • mssqlSddDetail: MssqlSddDetail
  • # Specifies the Oracle database Sensitive Data Monitoring details.
  • oracleSddDetail: OracleSddDetail
  • # The operating system type of the physical host.
  • osType: GuestOsType
  • # Default CBT status of this Physical Host.
  • defaultCbt: Boolean
  • # CBT status of this Physical Host.
  • cbtStatus: String
  • }