Enable Intellisnap
Select
SaaS
This Api is to enable or disable Intellisnap at vm group level
Path Parameters
- vmGroupId string required
- application/json
Request Body
- action string
Possible values: [
Enable
,Disable
]
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
response object
{
"response": {
"warningCode": 0,
"errorCode": 0,
"warningMessage": "string"
}
}
PUT /v4/azurevm/vmgroup/:vmgroupid/intellisnap
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
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"
}'
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"
}'
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"
}'
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"
}'
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"
}'
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"
}'
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"
}'