OBJECT
PhysicalHostMetadata
Description
Metadata details of a Physical Host.
link GraphQL Schema definition
- type PhysicalHostMetadata {
- # CBT status of this Physical Host.
- : String
- # ID of the physical host in the Rubrik cluster.
- : String!
- # The connection status of the Physical Host.
- : HostConnectionStatus
- # Default CBT status of this Physical Host.
- : Boolean
- # IP addresses associated with the Physical Host.
- : [String!]!
- # Whether the Physical Host is archived.
- : Boolean!
- # Specifies the MSSQL SDD details.
- : MssqlSddDetail
- # Specifies the Oracle database Sensitive Data Monitoring details.
- : OracleSddDetail
- # The Oracle settings, such as the SEPS configuration associated with this host.
- : OracleSettings
- # The name of the Physical Host's operating system.
- : String
- # The operating system type of the physical host.
- : GuestOsType
- }