Skip to main content

Subclient Backup

Select

SaaS
Customer Managed

This operation runs a backup job for a subclient.

More Details

Path Parameters
  • subclientId string required
Query Parameters
  • backupLevel string
  • runIncrementalBackup boolean
  • incrementalLevel string
Responses

OK


Schema
  • taskId integer
  • jobIds string[]
POST /subclient/:subclientid/action/backup    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
subclientId — path required
backupLevel — query
runIncrementalBackup — query
incrementalLevel — query
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/subclient/:subclientId/action/backup' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'