DynamoDB Backup
This operation is used to submit DynamoDB Backup.
- application/json
Request Body
taskInfo object
associations object[]
clientName string requiredName of the Cloud Account
instanceName string requiredName of the Instance
displayName stringbackupsetId integerID of backupset
_type_ integercommCellName stringinstanceId integercsGUID stringsubclientGUID stringsubclientId integer requiredID of the Table Group
clientId integerappName stringbackupsetName stringapplicationId integerDefault value:
134
subclientName stringentityInfo object
companyId integercompanyName stringmultiCommcellId integertask object
taskType integersubTasks object[]
subTask object
subTaskType integeroperationType integeroptions object
backupOpts object
backupLevel stringType of Backup
commonOpts object
notifyUserOnJobCompletion booleanadminOpts object
clientInstallOption object
installerOption object
User object
userId integeruserName string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- taskId integer
- jobIds string[]
{
"taskId": 0,
"jobIds": [
"string"
]
}
{
"taskId": 151515,
"jobIds": [
"10000000"
]
}
Loading...