AWS Oracle RDS Export Instance Restore
Select
This API allows you to restore backed up database to any on-premise or database present on cloud vm.
- application/json
Request Body
taskInfo object
associations object[]
clientName stringCloud Account name
instanceName stringRDS instance name
displayName stringDisplay name of the cloud account
applicationId integerDefault value:
22
entityInfo object
companyId integercompanyName stringDefault value:
COMMCELL
cloudInstanceType stringDefault value:
ORACLE_RDS
task object
taskType integerDefault value:
1
subTasks object[]
subTask object
subTaskType integerDefault value:
3
operationType integerDefault value:
1005
options object
restoreOptions object
browseOption object
commCellId integerDefault value:
2
timeRange object
fromTime integerData browse from time
toTime integerData browse to time
browseJobCommCellId integerDefault value:
2
destination object
inPlace booleanDefault value:
false
destClient object
clientId integerDestination Client Name
clientName stringDestination Client ID
destPath string[]Destination staging path
noOfStreams integerNumber of data streams
destinationInstance object
applicationId integerDefault value:
22
instanceName stringName of destination instance
oracleOpt object
restoreStream integerNumber of restore streams
noCatalog booleanDefault value:
true
restoreData booleanSet to true if data is restored
recover booleanSet to true if recovery needs to be performed on the database.
recoverFrom stringPossible values: [
0- Current Time
,1- Point in Time
,2- SCN
,3- Most Recent Backup
]Select database state to be recovered from given options Default - Point in Time
restoreFrom stringPossible values: [
0- Current Time
,1- Point in Time
,2- SCN
,3- Most Recent Backup
]Select database state to be restored from given options Default - Point in Time
recoverSCN integerSCN To recover database to
stagingPath stringStaging path for restore
redirectItemsPresent booleanDefault value:
true
redirectAllItemsSelected booleanDefault value:
true
renamePathForAllTablespaces stringFolder to redirect items to be restore
redirectTempFilesSelected booleanDefault value:
true
crossmachineRestoreOptions object
onlineLogDest stringProvide Redirect folder path
redirectTempFilesValue stringProvide redirect folder path
rdsRmanImportOpt object
stagingPath stringStaging path for restore
fileOption object
sourceItem string[]Array of items to be restored
commonOptions object
stripLevelType integerpreserveLevel integerunconditionalOverwrite booleanstripLevel integerjobIds object[]commonOpts object
notifyUserOnJobCompletion booleanprePostOpts object
preRecoveryCommand stringpostRecoveryCommand stringrunPostWhenFail boolean
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- taskId integer
- jobIds string[]
{
"taskId": 0,
"jobIds": [
"string"
]
}
{
"taskId": 9957,
"jobIds": [
"110838"
]
}
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
}