Skip to main content

Enable Intellisnap

Select

SaaS

This Api is to enable or disable Intellisnap at vm group level

Path Parameters
  • vmGroupId string required
Request Body
  • action string

    Possible values: [Enable, Disable]

Responses

OK


Schema
  • response object
  • warningCode integer
  • errorCode integer
  • warningMessage string
PUT /v4/azurevm/vmgroup/:vmgroupid/intellisnap    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
vmGroupId — path required
Body
{
"action": "Enable"
}
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/azurevm/vmgroup/:vmGroupId/intellisnap' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"action": "Enable"
}'