SAP Oracle Application-Free Restores
Use this API to restore data obtained through a backup
- application/json
Request Body
taskInfo object
associations object[]
clientName string requiredSAP Oracle Client name
instanceName string requiredSAP Oracle Instance name
displayName stringSAP Oracle client display name
instanceId integerInsatance ID
clientId integerClient ID
appName stringDefault value:
SAP for Oracle
applicationId integerDefault value:
61
entityInfo object
companyId integercompanyName stringDefault value:
Commcell
multiCommcellId integertask object
taskType string requiredPossible values: [IMMEDIATE, SCHEDULE]
initiatedFrom integerDefault value:
2
subTasks object[]
subTask object
subTaskType stringDefault value:
RESTORE
operationType stringDefault value:
RESTORE
options object
restoreOptions object
browseOption object
commCellId integerDefault value:
2
timeRange object
Browse time range
fromTime integertoTime integerdestination object
destClient object required
Client details for restore
clientId integer requiredClient ID
clientName string requiredDestination client name where DATA will be restore
selected booleanDefault value:
true
hidden booleanDefault value:
false
destPath string[] requiredDestination Full path where you want to restore data
fileOption object required
sourceItem string[] required2:Backup jobID
commonOptions object
restoreToDisk boolean requiredDefault value:
true
indexFreeRestore boolean requiredDefault value:
true
jobIds integer[] requiredBackup JobId
commonOpts object
notifyUserOnJobCompletion booleanDefault value:
true
prePostOpts object
preRecoveryCommand stringpostRecoveryCommand stringrunPostWhenFail booleanDefault value:
false
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- taskId integer
Task ID
- jobIds string[]
Restore Job ID
{
"taskId": 0,
"jobIds": [
"string"
]
}
{
"taskId": 293241,
"jobIds": [
"356605"
]
}
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
}
Loading...