Sybase Backups
This operation is used to trigger Sybase Backups
- application/json
Request Body
taskInfo object
task object
taskType string requiredDefault value:
IMMEDIATE
associations object[]
clientId integerID of the Client
instanceName string requiredName of the Instance
appName string requiredDefault value:
Sybase Database
Name of the application
applicationId integer requiredDefault value:
5 for Sybase
ID of the application
clientName string requiredName of the client
instanceId integerID of the Instance
subclientName string requiredName of the subclient
subTasks object[]
subTask object
subTaskType string requiredDefault value:
BACKUP
operationType string requiredDefault value:
BACKUP
options object
backupOpts object
backupLevel string requiredCan be either FULL,INCREMENTAL or DIFFERENTIAL
doNotTruncateLog boolean requiredTrue if you do not want to truncate logs
truncateLogsOnSource boolean requiredTrue if you want to Truncate logs on source
incrementalDataWithLogs boolean requiredcommonOpts object
notifyUserOnJobCompletion boolean required
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example 1
- Example 2
Schema
- taskId integer
- jobIds string[]
{
"taskId": 0,
"jobIds": [
"string"
]
}
{
"taskId": 0,
"jobIds": [
"string"
]
}
{
"taskId": 2197,
"jobIds": [
"36443"
]
}
Bad Request
Unauthorized
Loading...