Restore a cassandra instance
This API is used to restore cassandra instance
- application/json
Request Body
taskInfo object
associations object[]
subclientId integerapplicationId integerappName stringclientName stringinstanceName stringbackupsetId integerinstanceId integerclientId integer_type_ stringtask object
taskType integerinitiatedFrom integersubTasks object[]
subTask object
subTaskType stringoperationType stringoptions object
restoreOptions object
browseOption object
commCellId integerbackupset object
backupsetId integerclientId integertimeRange objectdestination object
noOfStreams integerdestClient object
clientId integerclientName stringdestinationInstance object
clientId integerclientName stringapplicationId integerappName stringinstanceId integerinstanceName stringdistributedAppsRestoreOptions object
distributedRestore booleancassandraRestoreOptions object
outofPlaceRestore booleanreplaceDeadNode booleanrecover booleanstagingLocation stringuseSSTableLoader booleanrunLogRestore booleanrunStageFreeRestore booleanDBRestore booleantruncateTables booleanfileOption object
sourceItem string[]qrOption object
destAppTypeId integercommonOpts 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": 1348,
"jobIds": [
"8882"
]
}
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...