Run full backup of Azure COSMOS DB Cassandra API instance
This API is used to run a full backup of Azure Cosmos DB Cassandra api instance.
- application/json
Request Body
taskInfo object
task object
taskType integerassociations object[]
_type_ stringclientName stringinstanceName stringbackupsetId integerinstanceId integersubclientId integerclientId integerappName stringbackupsetName stringapplicationId integersubclientName stringsubTasks object[]
subTask object
subTaskType integeroperationType integeroptions object
backupOpts object
backupLevel stringdataOpt object
createNewIndex booleancommonOpts object
notifyUserOnJobCompletion 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": 1561,
"jobIds": [
"9659"
]
}
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
}
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...