Informix Restore Operations
This operation is used to run Informix restores
- application/json
Request Body
taskInfo object
associations object[]
clientName string requiredClient Name
instanceName string requiredInstance Name
displayName stringinstanceId integerinstanceGUID stringclientId integerappName string requiredDefault value:
Informix
Application Name
applicationId integerentityInfo object
companyId integercompanyName stringmultiCommcellId integerentityName stringcommCellId integer_type_ stringtask object
taskType integerinitiatedFrom integersubTasks object[]
subTask object
subTaskType integeroperationType integer requiredOperation type
options object
restoreOptions object
browseOption object
commCellId integertimeRange object
fromTime integertoTime integerdestination object
destClient object
clientName string requiredDestination client name
instanceName string requiredDestination instance name
displayName stringinstanceId integerinstanceGUID stringclientId integerappName string requiredApplication name
applicationId integerentityInfo object
companyId integercompanyName stringmultiCommcellId integerentityName stringcommCellId integerdestinationInstance object
clientName string requiredDestination client name
instanceName string requiredDestination instance name
displayName stringinstanceId integerinstanceGUID stringclientId integerappName string requiredApplication name
applicationId integerentityInfo object
companyId integercompanyName stringmultiCommcellId integerentityName stringcommCellId integeroracleOpt objectfileOption object
sourceItem string[]List of contents to restore
commonOptions objectjobIds object[]informixOption object
physical boolean requiredFlag to determine physical restore
logical boolean requiredFlag to determine logical restore
numRestoreStreams integer requiredNumber of restore streams
informixRestoreOptionType stringinformixRestoreType integerrestoreEmergencyBootFile boolean requiredFlag to determine ixbar file restore
restoreOnConfigFile boolean requiredFlag to determine onconfig file restore
commonOpts object
Responses
- 200
- 400
- 401
- 403
- 500
OK
Response Headers
- application/json
- Schema
- Example (from schema)
- Example
Schema
- taskId integer
- jobIds string[]
JobId of install job triggered
{
"taskId": 0,
"jobIds": [
"string"
]
}
{
"taskId": 2176,
"jobIds": [
"35886"
]
}
Bad Request
- application/json
- Schema
- Example
Schema
- string
Request body is empty or format is invalid
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Access Denied",
"errorCode": 5
}
Forbidden
- application/json
- Schema
- Example (from schema)
- Example
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "User [Remote User] does not have required capability [In Place Recover] for this subclient and this operation.",
"errorCode": 587204041
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Failed to start backups as no eligible subclients were found.",
"errorCode": 587207178
}
Loading...