Delete MySQL database group
This operation is used to delete MySQL database group
Path Parameters
- subclientId string required
ID of database group
Responses
- 200
- 401
- 403
- 404
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object[]
errorCode integerentity object
subclientId integerDeleted database group ID
clientId integerClient ID
instanceName stringMySQL Instance name
appName stringDefault value:
MySQL
clientName stringClient name
subclientName stringDatabase group name
backupsetName stringBackupset name
_type_ integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": [
{
"errorCode": 0,
"entity": {
"subclientId": 0,
"clientId": 0,
"instanceName": "string",
"appName": "MySQL",
"clientName": "string",
"subclientName": "string",
"backupsetName": "string",
"_type_": 0
}
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": [
{
"errorCode": 0,
"entity": {
"subclientId": 1112,
"clientId": 200,
"instanceName": "mysqlrhel_3307",
"appName": "MySQL",
"clientName": "mysqlrhel",
"subclientName": "dbgroup",
"backupsetName": "defaultDummyBackupSet",
"_type_": 0
}
}
]
}
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
}
Not Found
- application/json
- Schema
- Example (from schema)
- Example
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Failed to get any subclient for given association. Check if it is valid",
"errorCode": 4
}
Loading...