RDS Snap Backup
Select
SaaS
Customer Managed
This operation is used to submit backup operations for RDS Snap.
- application/json
Request Body
taskInfo object
associations object[]
clientName string requiredName of Cloud account.
instanceName string requiredName of the RDS instance.
displayName stringDisplay name of Cloud account
_type_ string requiredPossible values: [
SUBCLIENT_ENTITY
]appName string requiredPossible values: [
Cloud Apps
]subclientName string requiredName of subclient
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)
- Response for Instance level backup
Schema
- taskId integer
- jobIds string[]
Job id for the backup job.
{
"taskId": 0,
"jobIds": [
"string"
]
}
{
"taskId": 402,
"jobIds": [
"1354"
]
}
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...