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/C549-7916-BF64-47EE-BA8D/sites/820dfce9-e4e5-46fb-8cbb-f5aead283d97/endpoints/reactivate
|
Body Parameters
Additional information for reactivating endpoints.
SetCommandReOrDeactivateRequestModel| Name | 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": "06864af0-7f25-4970-adbe-bc9d12a8bef2,dfebaa55-890b-4fb1-af3b-7db930a895c0"
}
<SetCommandReOrDeactivateRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Webroot.UnityAPI.ServiceExtension.Console.Models"> <EndpointsList>06864af0-7f25-4970-adbe-bc9d12a8bef2,dfebaa55-890b-4fb1-af3b-7db930a895c0</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).