Informix Backup Operations
This operation is used to run Informix backups
- application/json
Request Body
taskInfo object
associations object[]
subclientId integerSubclient ID
displayName stringclientId integerClient ID
instanceName string requiredInstance Name
appName string requiredDefault value:
Informix
Application Name
applicationId integerDefault value:
3
Application ID
clientName string requiredClient Name
backupsetId integerinstanceId integerInstance ID
subclientName string requiredSubclient Name
backupsetName stringtask object
taskType integersubTasks object[]
subTask object required
subTaskType integeroperationType integerOperation Type
options object
backupOpts object
backupLevel string requiredBackup level
commonOpts object
notifyUserOnJobCompletion booleanadminOpts object
clientInstallOption object
installerOption object
User object
userId integeruserName string
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": 71945,
"jobIds": [
"3587112"
]
}
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 [Data Protection/Management Operations] for this client [ifxauto1] and this operation.",
"errorCode": 587203022
}
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...