Skip to main content

Backup Set Backup

This operation runs a backup job for a backup set.

More Details

Responses

OK


Schema
  • taskId integer
  • jobIds string[]
POST /backupset/action/backup    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Backupset/action/backup' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'