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

GET /api/lunasa/webServer/blacklist/actions

Gets the list of web server blacklist actions.

Parameters

None

Responses

200

The blacklist actions.

JSON Schema: Web Server Blacklist Actions

400

Unexpected error

Example Request

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

Example Result

{
  "actions":
  [
    {
      "id": "reset",
      "url": "/api/lunasa/webServer/blacklist/actions/reset"
    }
  ]
}

See Also

POST /api/lunasa/webServer/blacklist/actions/{actionid}