Run full backup of cassandra instance
Select
SaaS
Customer Managed
This API is used to run a full backup of cassandra instance.
- application/json
Request Body
taskInfo object
task object
taskType integerassociations object[]
_type_ stringclientName stringinstanceName stringbackupsetId integerinstanceId integersubclientId integerclientId integerappName stringbackupsetName stringapplicationId integerDefault value:
64
subclientName 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": 1328,
"jobIds": [
"8840"
]
}
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...