Restore a COSMOS DB Cassandra API instance
Select
SaaS
Customer Managed
This API is used to restore Azure Cosmos DB Cassandra API instance
- application/json
Request Body
taskInfo object
associations object[]
timezone objectclientId integerinstanceName stringclient objectowner objectsubclientId integerapplicationId integerappName stringclientName stringbackupsetId integerinstanceId integersubtask objectbackupsetName string_type_ stringtask object
taskType stringinitiatedFrom stringpolicyType stringsubTasks object[]
subTask object
subTaskType stringoperationType stringoptions object
restoreOptions object
browseOption object
commCellId integertimeRange object
fromTime integertoTime integerdestination object
noOfStreams integerdestClient object
clientId integerclientName stringdestinationInstance object
clientId integerclientName stringapplicationId integerappName stringinstanceId integerinstanceName stringfileOption object
sourceItem string[]cloudAppsRestoreOptions object
instanceType stringazureDbRestoreOptions object
overwrite booleanrestoreEntity object[]
srcEntity object
storageAccountName stringtableName stringdatabaseName stringdestEntity object
storageAccountName stringtableName stringdatabaseName stringcommonOpts object
subscriptionInfo stringnotifyUserOnJobCompletion boolean
Responses
- 200
- 400
- 401
- 404
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- taskId integer
- jobIds string[]
{
"taskId": 0,
"jobIds": [
"string"
]
}
{
"taskId": 1567,
"jobIds": [
"9667"
]
}
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": "string",
"errorCode": 0
}
Not Found
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "No instance is specified",
"errorCode": 4
}
Loading...