Update lockdown configuration
Update a custom partial lockdown profile.
|
Service endpoint |
/opticsLockdownConfigurations/v2/{lockdown_config_id} |
|
Optional query string parameters |
— |
|
Example |
https://protectapi.cylance.com/opticsLockdownConfigurations/v2/123 |
|
Method |
Http/1.1 PUT |
|
Request headers |
|
Request
JSON
{
"name":"Test Config",
"description":"Optional Description",
"parameters":{
"WhitelistedAddresses":[
{
"ip_address":"192.168.0.10",
"direction":1
}
],
"WhitelistedPorts":[
{
"port":"22",
"direction":1
},
{
"port":"3268",
"direction":2
}
]
}
}
Response
Please see the Response status codes for more information.
Response JSON schema
There is no response JSON schema.