POST /service/api/console/gsm/{gsmKey}/sites/{siteId}/endpoints/reactivate
Reactivates a list of endpoints, or all endpoints on a site.
This command is only applied to deactivated 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)
POST
|
https://unityapi.webrootcloudav.com/service/api/console/gsm/53B6-7200-FDD2-42E4-A0D0/sites/12ba5b59-5369-4800-8f2f-ea9aa1eff765/endpoints/reactivate
|
Body Parameters
Additional information for reactivating endpoints.
SetCommandReOrDeactivateRequestModelName | Description | Type | Additional Information |
---|---|---|---|
EndpointsList |
Comma delimited string of endpoint ids. If not specified, the command gets applied to all endpoints on the site. |
string |
None. |
Sample Request
{ "EndpointsList": "81c02ea6-b4f3-45a0-aa1c-d60e05dd8d68,50286202-b32f-48ba-be1a-2b2b6d06e6ec" }
<SetCommandReOrDeactivateRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Webroot.UnityAPI.ServiceExtension.Console.Models"> <EndpointsList>81c02ea6-b4f3-45a0-aa1c-d60e05dd8d68,50286202-b32f-48ba-be1a-2b2b6d06e6ec</EndpointsList> </SetCommandReOrDeactivateRequestModel>
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).