Modify database group
This operation is used to modify the database group properties using the database group ID.
Path Parameters
- subclientId integer required
Id of the subclient
- application/json
Request Body
subClientProperties object
contentOperationType string requiredDefault value:
OVERWRITE
content object[]
postgreSQLContent object
Names of the databases to be added to the Database group content
databaseName stringpostgreSQLSubclientProp object
numberOfBackupStreams integerPossible values:
>= 1
and<= 100
Number of data streams for backup
collectObjectListDuringBackup booleanassociation object
entity object[] required
clientName stringName of the cloud account
instanceName stringName of the instance
displayName stringDisplay Name of the cloud account
backupsetName stringDefault value:
DumpBasedBackupSet
_type_ stringDefault value:
SUBCLIENT_ENTITY
applicationId integerDefault value:
125
subclientName stringName of the database group to be modified
Responses
- 200
- 500
OK
- application/json
- Schema
- Example (from schema)
- Example 1
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": ""
}
]
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Could not update property changes. Backup running for subclient.",
"errorCode": 1
}
Loading...