Update DB2 MultiNode Backupset Properties
Select
This operation is used to update DB2 MultiNode Backupset Properties
Path Parameters
- BackupsetID integer required
ID of the DB2 MultiNode Backupset
- application/json
Request Body
backupsetProperties object required
backupSetEntity object
clientName stringinstanceName stringdisplayName stringbackupsetId integerID of the backupset for which properties needs to be modified
_type_ stringinstanceId integerID of the instance for which backupset belongs to
backupsetGUID stringclientId integerID of the DB2 DPF pseudo client for which backupset belongs to
appName stringDB2 MultiNode
backupsetName stringapplicationId integerPossible values: [
103
]Application ID of DB2 Multinode is 103
entityInfo object
companyId integercompanyName stringmultiCommcellId integerdb2BackupSet 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 stringUsername of new user
savedCredential objectpassword stringPassword in base64 encoding
useSQLConnect booleanTrue if you want to connect to DB2 backupset as a different user
commonBackupSet object
isDefaultBackupSet booleanplanEntity object
pass this object to update plan
planId integerID of the plan to get associated
planName stringName of the plan to get associated
- 200
- 400
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object[]
errorCode integerentity object
clientId integerClient ID of DB2 MultiNode Pseudo Client
applicationId integerDB2 MultiNode Application ID
backupsetId integerBackupset ID
_type_ integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": [
{
"errorCode": 0,
"entity": {
"clientId": 0,
"applicationId": 0,
"backupsetId": 0,
"_type_": 0
}
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": [
{
"errorCode": 0,
"entity": {
"clientId": 1483,
"applicationId": 103,
"backupsetId": 8938,
"_type_": 0
}
}
]
}
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": "User does not have [Use Plan] rights on plan(s)-[Invalid PlanId].",
"errorCode": 1
}