INPUT_OBJECT

AddSapHanaSystemInput

Description

Input for adding a SAP HANA system.

link GraphQL Schema definition

  • input AddSapHanaSystemInput {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. Add a SAP HANA system to the Rubrik cluster. Contains parameters like
  • # username, list of hosts, password required while adding a SAP HANA system.
  • sapHanaSystem: SapHanaSystemConfigInput!
  • }

link Require by