Skip to main content

Update DB2 Backupset Properties

Select

SaaS
Customer Managed

This operation is used to update the DB2 backupset properties

Path Parameters
  • BackupsetID integer required

    ID of the backupset

Request Body
  • backupsetProperties object required
  • backupSetEntity object
  • clientName string
  • instanceName string
  • displayName string
  • backupsetId integer

    ID of the backupset for which properties needs to be modified

  • _type_ string
  • instanceId integer

    ID of the instance for which backupset belongs to

  • backupsetGUID string
  • clientId integer

    ID of the client for which backupset belongs to

  • appName string

    DB2

  • backupsetName string
  • applicationId integer

    Possible values: [62, 37]

    application ID for DB2 Unix is 62 and application ID for DB2 windows is 37

  • entityInfo object
  • companyId integer
  • companyName string
  • multiCommcellId integer
  • db2BackupSet object

    pass this object if you want to connect to DB2 backupset as a different user

  • db2SqlConnectInfo object

    Pass this object if you want to connect to DB2 Backupset as a different user

  • userName string

    Username of new user

  • savedCredential object
  • password string

    Password in base64 encoding

  • useSQLConnect boolean

    True if you want to connect to DB2 backupset as a different user

  • commonBackupSet object
  • isDefaultBackupSet boolean
  • planEntity object

    pass this object if you want to update the plan of backupset

  • planId integer

    New plan ID

  • planName string

    Plan name of the new plan

Responses

OK


Schema
  • processinginstructioninfo object
  • attributes object[]
  • name string
  • value string
  • response object[]
  • errorCode integer
  • entity object

    Common backupset properties for which properties have been modified

  • clientId integer
  • applicationId integer
  • backupsetId integer
  • _type_ integer
Loading...