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