Restore
Select
SaaS
Customer Managed
Restore operation on object storage instance
- application/json
Request Body
taskInfo object
task object required
policyType stringtaskType stringinitiatedFrom stringassociations object[] required
applicationId integerclientName stringbackupsetId integerbackupsetName stringinstanceId integerinstanceName stringclientId integer_type_ stringsubTasks object[] required
subTask object required
subTaskType stringoperationType stringoptions object required
restoreOptions object
browseOption object
commCellId integerdestination object
noOfStreams integerdestClient object
clientId integerclientName stringdestinationInstance object
instanceId integerinstanceName stringdestAppId integerinPlace booleanqrOption object
destAppTypeId integerfileOption object
sourceItem string[]commonOptions object
stripLevelType stringrestoreACLs booleanunconditionalOverwrite booleancloudAppsRestoreOptions object
instanceType stringcloudStorageRestoreOptions object
restoreToFileSystem booleanrestoreDestination object
instanceType stringcommonOpts object required
notifyUserOnJobCompletion boolean
Responses
- 200
- 500
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- taskId integer
- jobIds string[]
{
"taskId": 0,
"jobIds": [
"string"
]
}
{
"taskId": 1087,
"jobIds": [
"9669"
]
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
- Wrong payload example
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Failed to run task.",
"errorCode": 587203993
}
Loading...