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 Server
entityInfo object
companyId integercompanyName stringDefault value:
Commcell
multiCommcellId integertask object
taskType integerDefault value:
1
subTasks object[]
subTask object
subTaskType integerDefault value:
2
operationType integerDefault value:
2
options object
backupOpts object
backupLevel requiredPossible values: [
FULL
,TRANSACTION_LOG
,DIFFERENTIAL
]dataOpt object
copyOnly booleanDefault value:
false
Applicable 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...