Backup a DB2 MultiNode Database
Select
SaaS
Customer Managed
This operation is used to backup a DB2 MultiNode Subclient of a DB2 MultiNode Backupset
- application/json
Request Body
taskInfo object required
associations object[] required
subclientId integer requiredID of the subclient for which backup needs to be triggered
displayName stringclientId integer requiredID of the DB2 MultiNode Pseudo client
instanceName stringappName stringapplicationId integer requiredPossible values: [
103
]Application ID of DB2 MultiNode is 103
clientName stringName of the DB2 MultiNode Pseudo Client
backupsetId integer requiredID of the backupset (DB2 MultiNode Database)
instanceId integer requiredID of the DB2 MuliNode instance
subclientName stringName of the subclient
backupsetName stringName of the backupset (DB2 MultiNode DB Name)
task object required
taskType integer required1 for backup / restore
subTasks object[] required
subTask object required
subTaskType integer required2 for backup
operationType integer required2 for backup
options object required
backupOpts object required
backupLevel string requiredFULL / INCREMENTAL / DIFFERENTIAL
commonOpts object
notifyUserOnJobCompletion booleanTrue if you wish to notify via mail post job completion
adminOpts object
clientInstallOption object
installerOption object
User object
userId integeruserName string
Responses
- 200
- 400
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- taskId integer
- jobIds string[]
{
"taskId": 0,
"jobIds": [
"string"
]
}
Bad Request
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Access denied",
"errorCode": 5
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Failed to create task.",
"errorCode": 587204001
}
Loading...