OBJECT

SapHanaHost

Description

Supported in v5.3+

link GraphQL Schema definition

  • type SapHanaHost {
  • # Required. Supported in v5.3+
  • # The IP address or fully qualified domain name of the SAP HANA host.
  • hostName: String!
  • # Required. Supported in v5.3+
  • # The ID of the SAP HANA system host.
  • hostUuid: String!
  • # Supported in v5.3+
  • # The local name of the SAP HANA host.
  • sapHanaHostName: String
  • # Required. Supported in v5.3+
  • # The status of the SAP HANA system host.
  • status: String!
  • # Specifies the type of SAP HANA host.
  • hostType: SapHanaHostHostType
  • }