Get lockdown configuration
Request 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 GET |
|
Request headers |
|
Response
Please see the Response status codes for more information.
Response JSON schema
JSON
{
"lockdown_config_id":123,
"name":"Test Config",
"description":"Optional Description",
"parameters":{
"WhitelistedAddresses":[
{
"ip_address":"192.168.0.10",
"direction":1
}
],
"WhitelistedPorts":[
{
"port":"22",
"direction":1
}
]
}
}