AWS Oracle RDS Export backup
Select
SaaS
Customer Managed
This operation is used to submit AWS Export Oracle instance backups.
- application/json
Request Body
taskInfo object
associations object[] required
displayName stringName of Cloud Account
instanceName stringName of rds instance
appName stringapplicationId integerDefault value:
22
clientName stringName of the cloud account
subclientName stringDefault value:
default
Name of subclient
task object
taskType stringPossible values: [
IMMEDIATE
,SCHEDULE
]subTasks object[]
subTask object
subTaskType integeroperationType integeroptions object
backupOpts object
backupLevel stringPossible values: [
INCREMENTAL
,FULL
]oracleOptions object
cumulative booleanSet to true for cumulative backups
commonOpts object
notifyUserOnJobCompletion booleanadminOpts object
clientInstallOption object
installerOption object
User object
userId integeruserName string
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": [
"148886"
]
}
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...