Alibaba MySQL instance backup
This operation is used to submit Alibaba MySQL instance backups.
- application/json
Request Body
taskInfo object
associations object[] required
clientName stringName of the cloud account
instanceName stringName of the instance
displayName stringDisplay Name of the cloud account
_type_ stringPossible values: [
SUBCLIENT_ENTITY
]commCellName stringbackupsetName stringDefault value:
defaultDummyBackupSet
applicationId integerDefault value:
104
subclientName stringName of the database group to backup
task object
taskType stringPossible values: [
IMMEDIATE
,SCHEDULE
]subTasks object[]
subTask object
subTaskType stringDefault value:
BACKUP
operationType stringDefault value:
BACKUP
options object
backupOpts object
backupLevel stringDefault value:
FULL
commonOpts object
notifyUserOnJobCompletion booleanDefault value:
true
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- taskId integer
- jobIds string[]
{
"taskId": 0,
"jobIds": [
"string"
]
}
{
"taskId": 9920,
"jobIds": [
"110468"
]
}
Bad Request
- application/json
- Schema
- Example 1
Schema
- string
Request body is empty or format is invalid
Internal Server Error
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Failed to start backups as no eligible subclients were found. ",
"errorCode": 587207178
}
Loading...