Skip to main content

VMGroup Activity control Actions

Select

SaaS

This Api is to enable or disable backup activity control at vm group level

Path Parameters
  • vmGroupId string required
Query Parameters
  • Action string required

    Possible values: [Enable, Disable]

    Enable or Disable the backup at VMGroup leve

Responses

OK


Schema
  • errorCode integer
  • errorMessage string
PUT /v4/azurevm/vmgroup/:vmgroupid/backup/activitycontrol    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
vmGroupId — path required
Action — query required
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/azurevm/vmgroup/:vmGroupId/backup/activitycontrol' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'