Skip to main content

Trigger Backup Set Backup By Name

Select

SaaS
Customer Managed

This operation runs a backup job for a backup set.

Path Parameters
  • ClientName string required

    Name of the client computer

  • AppName string required

    Name of the application

  • BackupsetName string required

    Name of the backup set

Responses

OK


Schema
  • taskId integer
  • jobIds string[]
POST /Backupset/byName(clientName=':ClientName',appName=':AppName',backupsetName=':BackupsetName')/action/backup    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
ClientName — path required
AppName — path required
BackupsetName — path required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'