INPUT_OBJECT

SapHanaSystemConfigInput

Description

Supported in v5.3+

link GraphQL Schema definition

  • input SapHanaSystemConfigInput {
  • # Supported in v6.0+
  • # Data path details of the SAP HANA system.
  • dataPathSpec: SapHanaSystemDataPathSpecInput
  • # Supported in v7.0+
  • # Information required to connect to SAP HANA database over SSL.
  • sslInfo: SapHanaSslInfoInput
  • # Supported in v9.0+
  • # The authentication type for the SAP HANA system.
  • authTypeSpec: SapHanaSystemAuthTypeSpecInput
  • # Supported in v9.1+
  • # The Rubrik ID of the SAP HANA Azure Feature.
  • azureFeatureId: String
  • # Required. Supported in v5.3+
  • # The SAP HANA system hosts.
  • hostIds: [String!]!
  • # Required. Supported in v5.3+
  • # The instance number of the SAP HANA system.
  • instanceNumber: String!
  • # Required. Supported in v5.3+
  • # The password of the SAP HANA system.
  • password: String!
  • # Required. Supported in v5.3+
  • # The SAP System Identification (SID) code for the SAP HANA system.
  • sid: String!
  • # Required. Supported in v5.3+
  • # The username of the SAP HANA system.
  • username: String!
  • }