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
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- errorCode integer
- errorMessage string
{
"errorCode": 0,
"errorMessage": "string"
}
Loading...