Restore a CockroachDB instance
Select
SaaS
Customer Managed
This API is used to restore CockroachDB instance
- application/json
Request Body
taskInfo object
associations object[]
subclientId integerapplicationId integerclientName stringbackupsetId integerinstanceId integerclientId integer_type_ integertask object
taskType integerinitiatedFrom integersubTasks object[]
subTask object
subTaskType integeroperationType integeroptions object
restoreOptions object
browseOption object
commCellId integerbackupset object
backupsetId integerclientId integertimeRange objectcloudAppsRestoreOptions object
instanceType stringcommonOptions object
unconditionalOverwrite booleanpreserveLevel integerstripLevelType integerdestination object
noOfStreams integerdestClient object
clientId integerclientName stringdestinationInstance object
clientId integerclientName stringapplicationId integerappName stringinstanceId integerinstanceName stringdistributedAppsRestoreOptions object
distributedRestore booleanisMultiNodeRestore booleanclientType integerdataAccessNodes object
dataAccessNodes object[]
clientId integerclientName stringnoSQLGenericRestoreOptions object
restoreCluster booleantableMap object[]
fromTable stringtoTable stringfileOption 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...