INPUT_OBJECT

BulkUpdateSystemConfigInput

Description

Input for updating configuration of multiple SAP HANA systems in bulk.

link GraphQL Schema definition

  • input BulkUpdateSystemConfigInput {
  • # Supported in v9.5+
  • # Whether to enable or disable taking a full backup after master failover.
  • isForceFullOnMasterChangeEnabled: Boolean
  • # Required. Supported in v9.5+
  • # The system IDs for which the configuration values have to be updated.
  • systemIds: [String!]!
  • }