Create lockdown configuration

Create a custom partial lockdown profile.

Service endpoint

/opticsLockdownConfigurations/v2

Optional query string parameters

Example

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

Method

Http/1.1 POST

Request headers

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

Request

JSON
{
   "name":"Test Config",
   "description":"Optional Description",
   "parameters":{
      "WhitelistedAddresses":[
         {
            "ip_address":"192.168.0.10",
            "direction":1
         }
      ],
      "WhitelistedPorts":[
         {
            "port":"22",
            "direction":1
         }
      ]
   }
}

Response

Please see the Response status codes for more information.

Response JSON schema

There is no response JSON schema.