Backup Subclient
Select
SaaS
Customer Managed
This operation performs a backup on a MSSQL subclient
- application/json
Request Body
taskInfo object
associations object[]
instanceId integer requiredsubclientId integer requiredclientId integer requiredappName string requiredDefault value:
SQL ServerentityInfo object
companyId integercompanyName stringDefault value:
CommcellmultiCommcellId integertask object
taskType integerDefault value:
1subTasks object[]
subTask object
subTaskType integerDefault value:
2operationType integerDefault value:
2options object
backupOpts object
backupLevel requiredPossible values: [
FULL,TRANSACTION_LOG,DIFFERENTIAL]dataOpt object
copyOnly booleanDefault value:
falseApplicable only for full backups. To run copy-only full set to true
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- taskId integer
- jobIds string[]
{
"taskId": 0,
"jobIds": [
"string"
]
}
{
"taskId": 30453,
"jobIds": [
"149806"
]
}
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
Default value:
Access denied - errorCode integer
Default value:
5
{
"errorMessage": "Access denied",
"errorCode": 5
}
{
"errorMessage": "Access denied",
"errorCode": 5
}
Loading...