OBJECT

SapHanaHostObject

Description

Information about SAP HANA hosts of the system.

link GraphQL Schema definition

  • type SapHanaHostObject {
  • # UUID for host associated with SAP HANA system.
  • hostUuid: String!
  • # Connectivity status of the host.
  • status: String!
  • # Name of the host associated with SAP HANA system.
  • hostName: String!
  • # Type of SAP HANA host: PRIMARY_MASTER, SECONDARY_MASTER, UNKNOWN.
  • hostType: String!
  • # UUID of cluster associated with SAP HANA host.
  • clusterUuid: UUID!
  • # Details of the host for SAP HANA system.
  • host: PhysicalHost! @deprecated( reason: "Use systemHost instead." )
  • # Details of the host for SAP HANA system.
  • systemHost: PhysicalHost
  • }