OBJECT

PatchDb2DatabaseReply

Description

The request object includes parameters such as backupSessions and backupParallelism to update the Db2 database properties on the Rubrik cluster.

link GraphQL Schema definition

  • type PatchDb2DatabaseReply {
  • # Supported in v9.0+
  • # Specifies the value of the configuration parameter for parallelism in backup
  • # operations.
  • backupParallelism: Int
  • # Supported in v9.0+
  • # Specifies the value of the configuration parameter for sessions in backup
  • # operations.
  • backupSessions: Int
  • }

link Require by