OBJECT

SapHanaSystemInfo

Description

Supported in v5.3+

link GraphQL Schema definition

  • type SapHanaSystemInfo {
  • # Required. Supported in v5.3+
  • # The version of the SAP HANA system.
  • hanaVersion: String!
  • # Required. Supported in v5.3+
  • # Indicates whether the SAP HANA system has replication enabled.
  • isSystemReplicationEnabled: Boolean!
  • # Supported in v9.0+
  • # Specifies the authentication type for the SAP HANA system.
  • authTypeSpec: SapHanaSystemAuthTypeSpec
  • # Supported in v9.1+
  • # The Rubrik ID of the SAP HANA Azure Feature.
  • azureFeatureId: String
  • }