Skip to main content

Trigger Backup Set Backup

Select

SaaS
Customer Managed

This operation runs a backup job for a backup set.

More Details

Path Parameters
  • backupsetId string required
Responses

OK


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

Authorization

type: apiKeyname: Authtokenin: header

Request

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