Modify PostgreSQL database group
This operation is used to modify database group property
Path Parameters
- subclientId string required
ID of database group
- application/json
Request Body
subClientProperties object
commonProperties object
snapCopyInfo object
isSnapBackupEnabled booleanFlag to enable/Disable snap backup
snapToTapeSelectedEngine object
snapShotEngineId integersnapShotEngineName stringSnap Engine Name
snapToTapeProxyToUse object
clientId integerclientName stringProxy client to use for backup copy job
useSeparateProxyForSnapToTape booleanbackupCopyInterface stringseparateProxyForSnapToTape object
clientId integerclientName stringsubClientEntity object
clientName stringClient Name
instanceName stringInstance Name
displayName stringbackupsetId integerBackupset ID
_type_ integercommCellName stringinstanceId integerInstance ID
csGUID stringsubclientGUID stringsubclientId integerSubclient ID
clientId integerClient ID
appName stringDefault value:
PostgreSQL
Application name
backupsetName stringBackupset Name
applicationId integerAppliction ID
subclientName stringSubclient Name
entityInfo object
companyId integercompanyName stringmultiCommcellId integercontentOperationType integercontent object[]
postgreSQLContent object
databaseName stringDatabase name to add to the content
postgreSQLSubclientProp object
numberOfBackupStreams integerNumber of streams to be used for backup and restores
collectObjectListDuringBackup booleanFlag to determine Object list creation during backup
planEntity object
planName stringPlan name to be associated with DB group
planId integerassociation object
entity object[]
clientName stringClient Name
instanceName stringInstance Name
displayName stringbackupsetId integer_type_ integercommCellName stringinstanceId integercsGUID stringsubclientGUID stringsubclientId integerclientId integerappName stringApplication Name
backupsetName stringBackupset Name
applicationId integersubclientName stringSubclient Name
entityInfo object
companyId integercompanyName stringmultiCommcellId integer
Responses
- 200
- 400
- 401
- 403
- 500
OK
- application/json
- application/xml
- Schema
- Example (from schema)
- Example
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object[]
warningCode integererrorCode integerwarningMessage string
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": [
{
"warningCode": 0,
"errorCode": 0,
"warningMessage": "string"
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": [
{
"warningCode": 0,
"errorCode": 0,
"warningMessage": ""
}
]
}
- Schema
- Example (from schema)
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object[]
warningCode integerResponse warning code
errorCode integerResponse error code
warningMessage stringResponse warning message
<root>
<processinginstructioninfo>
<attributes>
<name>string</name>
<value>string</value>
</attributes>
</processinginstructioninfo>
<response>
<warningCode>0</warningCode>
<errorCode>0</errorCode>
<warningMessage>string</warningMessage>
</response>
</root>
Bad Request
- application/json
- Schema
- Example
Schema
- string
Request body is empty or format is invalid.
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Access Denied",
"errorCode": 5
}
Forbidden
- application/json
- Schema
- Example (from schema)
- Example
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "User [Remote User] does not have required capability [Agent Management] for this subclient and this operation.",
"errorCode": 5
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
- Example
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Could not update property changes. Backup running for subclient.",
"errorCode": 1
}
Loading...