Restore a YugabyteDB instance
This API is used to restore YugabyteDB instance
- application/json
Request Body
taskInfo object
associations object[]
subclientId integerapplicationId integerclientName stringbackupsetId integerinstanceId integerinstanceName stringclientId integer_type_ integertask object
taskType integerinitiatedFrom integersubTasks object[]
subTask object
subTaskType integeroperationType integeroptions object
restoreOptions object
commonOptions object
preserveLevel integerstripLevelType integerbrowseOption object
commCellId integerbackupset object
backupsetId integerclientId integertimeRange object
destination object
noOfStreams integerdestClient object
clientId integerclientName stringdestinationInstance object
clientId integerclientName stringapplicationId integerappName stringinstanceId integerinstanceName stringfileOption object
sourceItem string[]distributedAppsRestoreOptions object
distributedRestore booleanisMultiNodeRestore booleanclientType integerdataAccessNodes object
dataAccessNodes object[]
clientId integerclientName stringnoSQLGenericRestoreOptions object
tableMap object[]
fromTable stringtoTable stringyugabyteDBRestoreOptions object
kmsConfigName stringkmsConfigUUID stringqrOption object
destAppTypeId integercloudAppsRestoreOptions object
instanceType stringcommonOpts 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...