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
warningCode integererrorCode integerwarningMessage string
{
"response": {
"warningCode": 0,
"errorCode": 0,
"warningMessage": "string"
}
}
Loading...