Skip to main content

RunBackupCopyForPlan

Select

SaaS
Customer Managed

Run Backup copy job for a backupdestination

Path Parameters
  • planId int32 required
  • backupDestionationId int32 required
Responses

OK


Schema
  • taskId int32
  • jobIds string[]

    JobIds for the immediate run request

POST /v4/plan/:planid/backupdestination/:backupdestionationid/backupcopy/run    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
planId — path required
backupDestionationId — path required
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/Plan/:planId/BackupDestination/:backupDestionationId/BackupCopy/Run' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'