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

NameDescriptionTypeAdditional 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/C9AC-5277-1309-4BBB-89C7/sites/b6114cf1-7557-4e46-9722-21bf1d56f339/endpoints/reactivate

Body Parameters

Additional information for reactivating endpoints.

SetCommandReOrDeactivateRequestModel
NameDescriptionTypeAdditional 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": "402a67f2-fbfe-45f9-8744-cbdf172f72f1,b3b4d5f5-53c4-4d54-b485-0e1aa8bddeec"
}                    
<SetCommandReOrDeactivateRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Webroot.UnityAPI.ServiceExtension.Console.Models">
  <EndpointsList>402a67f2-fbfe-45f9-8744-cbdf172f72f1,b3b4d5f5-53c4-4d54-b485-0e1aa8bddeec</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).