OBJECT

SapHanaSystemSummary

Description

Supported in v5.3+

link GraphQL Schema definition

  • type SapHanaSystemSummary {
  • # Required. Supported in v5.3+
  • hosts: [SapHanaHost!]!
  • # Required. Supported in v5.3+
  • # The ID of the SAP HANA system.
  • id: String!
  • # Required. Supported in v5.3+
  • # The instance number of the SAP HANA system.
  • instanceNumber: String!
  • # Supported in v5.3+
  • # The UTC timestamp for when the SAP HANA system was last refreshed.
  • lastRefreshTime: DateTime
  • # Required. Supported in v5.3+
  • # The number of databases in the SAP HANA system.
  • numDbs: Int!
  • # Required. Supported in v5.3+
  • # The SAP System Identification (SID) code for the SAP HANA system.
  • sid: String!
  • # Supported in v5.3+
  • sslInfo: SapHanaSslInfo
  • # Supported in v5.3+
  • # The message associated with the current SAP HANA system status.
  • statusMessage: String
  • # Supported in v5.3+
  • systemInfo: SapHanaSystemInfo
  • # Required. Supported in v5.3+
  • # The username of the SAP HANA system.
  • username: String!
  • # Supported in v7.0+
  • # Specifies whether a SAP HANA system is archived.
  • isArchived: Boolean
  • # Details of the SLA Domain assigned to the SAP HANA system.
  • slaAssignable: SlaAssignable
  • # The container type of SAP HANA system.
  • containerType: SapHanaSystemSummaryContainerType
  • # Supported in v5.3+
  • # The status of the SAP HANA system.
  • status: SapHanaSystemSummaryStatus!
  • }