Get lockdown configurations

Request custom partial lockdown profiles.

Service endpoint

/opticsLockdownConfigurations/

Optional query string parameters

count: This is a boolean to include the count of devices currently locked with this configuration

Example

https://protectapi.cylance.com/opticsLockdownConfigurations/v2

Method

Http/1.1 GET

Request headers

  • Accept: application/json
  • Authorization: Bearer JWT Token

Response

Please see the Response status codes for more information.

Response JSON schema

JSON
{
   "lockdown_config_id":123,
   "name":"Test Config",
   "description":"Optional Description",
   "date_added":"DateTime",
   "date_modified":"DateTime",
   "default_config":0,
   "count":(optional)
}