Oracle Backup
This operation is used to trigger Oracle backups.
- application/json
Request Body
taskInfo object
task object
taskType requiredPossible values: [
IMMEDIATE,SCHEDULE,SAVED_REPORT,SCHEDULE_POLICY]associations object[]
clientName string requiredClient Name
displayName stringDisplay Name of the client
instanceName string requiredInstance Name
appName string requiredDefault value:
OracleapplicationId integer requiredDefault value:
22subclientName string requiredSubclient Name
subTasks object[]
subTask object
subTaskType stringDefault value:
BACKUPoperationType stringDefault value:
BACKUPoptions object
backupOpts object
backupLevel requiredPossible values: [
FULL,INCREMENTAL]Select desired type of backup
oracleOptions object
cumulative booleanEnable this to perform Oracle differential backups
commonOpts object
notifyUserOnJobCompletion booleanDefault value:
true
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- taskId integer
- jobIds string[]
{
"taskId": 0,
"jobIds": [
"string"
]
}
{
"taskId": 58798,
"jobIds": [
"3400891"
]
}
Bad Request
- application/json
- Schema
- Example
Schema
- string
Request body is empty or format is invalid
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Access Denied",
"errorCode": 5
}
Loading...