OBJECT
SapHanaHostObject
Description
Information about SAP HANA hosts of the system.
link GraphQL Schema definition
- type SapHanaHostObject {
- # UUID of cluster associated with SAP HANA host.
- : UUID!
- # Details of the host for SAP HANA system.
- : PhysicalHost! @deprecated( reason: "Use systemHost instead." )
- # Name of the host associated with SAP HANA system.
- : String!
- # Type of SAP HANA host: PRIMARY_MASTER, SECONDARY_MASTER, UNKNOWN.
- : String!
- # UUID for host associated with SAP HANA system.
- : String!
- # Connectivity status of the host.
- : String!
- # Details of the host for SAP HANA system.
- : PhysicalHost
- }