SAP Oracle Backup operation
Select
SaaS
Customer Managed
This operation is used to trigger SAP Oracle backups.
- application/json
Request Body
taskInfo object
associations object[]
instanceName string requiredInstance Name
appName string requiredDefault value:
SAP for Oracle
applicationId integer requiredDefault value:
61
clientName string requiredClient Name
subclientName string requiredsubclient Name Possible values: [default,ArchiveLog]
task object
taskType string requiredPossible values: [IMMEDIATE, SCHEDULE]
subTasks object[]
subTask object
subTaskType stringDefault value:
BACKUP
operationType stringDefault value:
BACKUP
options object
backupOpts object
backupLevel string requiredPossible values: [FULL, INCREMENTAL]Select desired type of backup
oracleOptions object
cumulative booleanDefault value:
false
commonOpts object
notifyUserOnJobCompletion booleanDefault value:
false
jobDescription string
Responses
- 200
- 400
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- taskId integer
- jobIds string[]
{
"taskId": 0,
"jobIds": [
"string"
]
}
{
"taskId": 1996,
"jobIds": [
"2368"
]
}
Bad Request
- application/json
- Schema
- Example 1
Schema
- string
Request body is empty or format is invalid
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Access Denied",
"errorCode": 5
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Another backup job [672901] is running for client [sapprm],\niDataAgent [SAP for Oracle], Backup Set [default],\nSubclient [default].",
"errorCode": 2
}
Loading...