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
commonProperties object required
isDefaultSubclient booleantrue if default subclient
contentOperationType string requiredDefault value:
OVERWRITE
content object[]
mySQLContent object
Names of the databases to be added to the Database group content
databaseName stringmySqlSubclientProp object
numberOfBackupStreams integerPossible values:
>= 1
and<= 100
Number of data streams for backup
association 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:
defaultDummyBackupSet
_type_ stringDefault value:
SUBCLIENT_ENTITY
commCellName stringapplicationId integerDefault value:
104
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...