PUT /service/api/console/gsm/{gsmKey}/sites/{siteId}/endpoints/policy
Applies a new policy to the specified endpoints.
Request Information
URI Parameters
| Name | Description | Type | Additional Information |
|---|---|---|---|
| gsmKey |
The GSM console keycode. |
string |
Required |
| siteId |
The site identifier. |
string |
Required |
URI Sample(s)
|
PUT
|
https://unityapi.webrootcloudav.com/service/api/console/gsm/A392-1ACF-B30F-4C90-AAE8/sites/995ecaba-66a7-42ca-ab60-5f50466182a2/endpoints/policy
|
Body Parameters
Additional information for setting a new policy.
SetPolicyEndpointsRequestModel| Name | Description | Type | Additional Information |
|---|---|---|---|
| EndpointsList |
Comma delimited string of endpoint identifiers. If not specified, the policy is set for all endpoints on the site. |
string |
None. |
| PolicyId |
The identifier of the policy that should be applied. |
string |
Required |
Sample Request
{
"EndpointsList": "737d993f-da30-45a9-84c2-6f5bd2ee33dd,09937b9f-e818-4d28-b91f-1de74b0614ed",
"PolicyId": "4a6eaab0-cbf5-47d8-bd36-a3c897e35b1e"
}
<SetPolicyEndpointsRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Webroot.UnityAPI.ServiceExtension.Console.Models"> <EndpointsList>737d993f-da30-45a9-84c2-6f5bd2ee33dd,09937b9f-e818-4d28-b91f-1de74b0614ed</EndpointsList> <PolicyId>4a6eaab0-cbf5-47d8-bd36-a3c897e35b1e</PolicyId> </SetPolicyEndpointsRequestModel>
Response Information
Resource Description
None. If successful, this API action does not return any data and the response status code will be 204 (No Content).