Stop VM Protection
This request stops the protection of a protected domain’s VMs.
Usage:
POST on /domains/{domainId}/vms/stopprotection
Request URL:
https://<MS hostname>/jss/domains/{domainId}/vms/stopprotection
Header:
fios-session:vc_sessionId
Request:
{
"vms": [{
"vmId": "2a9e4950-3bc3-4978-946a-d295f3e5c738"
},
{
"vmId": "770e7453-b3bc-4007-9af9-212ffa76e632"
}
]
}
Response:
N/A