Skip to main content

Perform VM Backup

Select

SaaS
Customer Managed

This operations backups a VM based on its vmGUID

Path Parameters
  • vmGuid string required
Query Parameters
  • backupLevel string required

    Possible values: [FULL, INCREMENTAL, DIFFERENTIAL, SYNTHETIC_FULL]

    Default value: INCREMENTAL

    Types of Backup

Responses

OK


Schema
  • taskId integer
  • jobIds string[]
POST /v2/vsa/vm/:vmguid/backup    

Authorization

type: apiKeyname: Authtokenin: header

Request

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