Modify PostgreSQL Dumpbased backupset
Select
Customer Managed
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 cloud account
instanceName stringName of the Instance
displayName stringDisplay name of the cloud account
_type_ stringPossible values: [
BACKUPSET_ENTITY
]backupsetName stringDefault value:
DumpBasedBackupSet
applicationId integerDefault value:
125
postGresBackupSetProps object
parallelDumpOpt object
enableParallelDump booleanDefault value:
false
To use pg_dump -j option to backup the database
jobs integerNo of parallel jobs
stagingPath stringstaging path on the acce
enableGlobalObjectsBkp booleanDefault value:
false
commonBackupSet object
isDefaultBackupSet booleanDefault value:
true
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...