DynamoDB Restore
Select
SaaS
Customer Managed
This operation is used to submit DynamoDB Restore.
- application/json
Request Body
taskInfo object
associations object[]
clientName stringName of the Client
instanceName stringName on the Instance
displayName stringbackupsetId integerId of Backupset
_type_ stringcommCellName stringinstanceId integerID of the instance
subclientId integerID of the Subclient
clientId integerID of Cloud account
appName stringbackupsetName stringapplicationId integersubclientName stringentityInfo object
companyId integercompanyName stringmultiCommcellId integercloudInstanceType stringtask object
taskType integerinitiatedFrom integersubTasks object[]
subTask object
subTaskType integeroperationType integeroptions object
restoreOptions object
browseOption object
commCellId integertimeRange object
fromTime integerStart time from when to browse
toTime integerEnd time from when to browse
destination object
destClient object
Details about destination
clientId integerclientName stringdestinationInstance object
clientId integerclientName stringapplicationId integerappName stringinstanceId integerinstanceName stringnoOfStreams integerfileOption object
sourceItem string[]commonOptions objectjobIds object[]cloudAppsRestoreOptions object
instanceType integerdynamoDbRestoreOptions object
destinationTableList object[]
srcTable object
region stringname stringdestTable object
region stringname stringoverwrite booleancommonOpts object
notifyUserOnJobCompletion booleanprePostOpts object
preRecoveryCommand stringpostRecoveryCommand stringrunPostWhenFail boolean
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- taskId integer
- jobIds string[]
{
"taskId": 0,
"jobIds": [
"string"
]
}
{
"taskId": 151516,
"jobIds": [
"1000000"
]
}
Loading...