Backup Subclient - NAS Server
Select
SaaS
Customer Managed
Perform backup on a NAS server subclient
Path Parameters
- subclientId string required
Query Parameters
- backupLevel string
Possible values: [
INCREMENTAL
,FULL
,SYNTHETIC_FULL
]Default value:
INCREMENTAL
Backup level option
- runIncremental boolean
Optional [True, False] used for Synth Full case to run Incremental for Synthetic Full Job. Default is False
- incrementalLevel string
Possible values: [
BEFORE_SYNTH
,AFTER_SYNTH
]whether to run incremental before or after Synthetic Full
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- taskId integer
- jobIds string[]
{
"taskId": 0,
"jobIds": [
"string"
]
}
{
"taskId": 154,
"jobIds": [
"591"
]
}
Loading...