Modify PostgreSQL Dumpbased backupset
This operation is used to modify PostgreSQL DumpBased Backupset.
Path Parameters
- backupsetId string required
backupsetId of the PostgreSQL Backupset
- application/json
Request Body
backupsetProperties object
backupSetEntity object
clientName stringName of the client
instanceName stringName of the Instance
displayName stringbackupsetId integerBackupset ID
_type_ stringinstanceId integerbackupsetGUID stringclientId integerappName stringDefault value:
PostgreSQL
backupsetName stringapplicationId integerDefault value:
125
entityInfo object
companyId integercompanyName stringmultiCommcellId integerpostGresBackupSetProps object
parallelDumpOpt object
enableParallelDump booleanjobs integerstagingPath stringenableGlobalObjectsBkp booleancommonBackupSet object
isDefaultBackupSet boolean
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object[]
errorCode integerentity object
clientId integerapplicationId integerDefault value:
125
backupsetId integer_type_ integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": [
{
"errorCode": 0,
"entity": {
"clientId": 0,
"applicationId": 125,
"backupsetId": 0,
"_type_": 0
}
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": [
{
"errorCode": 0,
"entity": {
"clientId": 4,
"applicationId": 125,
"backupsetId": 11461,
"_type_": 0
}
}
]
}
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Access denied",
"errorCode": 5
}
Loading...