OBJECT

SapHanaSystemInformation

Description

Additional info about the SAP HANA system.

link GraphQL Schema definition

  • type SapHanaSystemInformation {
  • # SAP HANA version installed on the system.
  • hanaVersion: String!
  • # Specifies whether Dynamic Tiering service is enabled for the SAP HANA system.
  • isDtEnabled: Boolean!
  • # Azure customer subscription name for the SAP HANA system.
  • azureCustomerSubscriptionName: String!
  • # The authentication type for the SAP HANA system.
  • authType: SapHanaSystemAuthType!
  • # UUID of Azure feature linked to the SAP HANA system.
  • azureFeatureUuid: UUID
  • }