Restoring a Splunk cluster in place
This operation is used to restore a Splunk cluster in place.
- 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 stringoptions object
restoreOptions object
browseOption object
commCellId integerbackupset object
backupsetId integerclientId integercommonOptions object
unconditionalOverwrite booleanskip booleandistributedAppsRestoreOptions object
distributedRestore booleansplunkRestoreOptions object
outofPlaceRestore booleansuffixEnabled booleanrestoreFrozenAsThawed booleandestination object
destClient object
clientId integerclientName stringdestinationInstance object
clientId integerclientName stringapplicationId integerappName stringinstanceId integerinstanceName stringfileOption object
sourceItem string[]qrOption object
destAppTypeId integercommonOpts object
notifyUserOnJobCompletion boolean
Responses
- 200
- 400
- 401
- 404
OK
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...