REST API  5.0.0
REST API for SafeNet Network HSMs
GET /api/lunasa/webServer/blacklist

GET /api/lunasa/webServer/blacklist

Gets the web server blacklist configuration. For more details on the blacklist configuration see Black List

Parameters

None

Responses

200

The configuration of the blacklist.

JSON Schema: Web Server Blacklist

400

Unexpected error

Example Request

   GET 
   https://1.2.3.4:8443/api/lunasa/webServer/blacklist

Example Result

{
   "maxInfractionCount": 10,
   "timeoutStart": 5,
   "timeoutMultiplier": 1.5,
   "actions": "/api/lunasa/webServer/blacklist/actions"
}

See Also

GET /api/lunasa/webServer/blacklist/actions