REST API  5.0.0
REST API for SafeNet Network HSMs
POST /api/lunasa/webServer/blacklist/actions/{actionid}

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

Performs the specified web server blacklist action.

Parameters

actionid

The url parameter specifying the action to perform.

Use: Required

JSON Schema:

    Object
    type:string

Responses

204

Success.

400

Unexpected error.

404

Invalid blacklist action.

Example Request

   POST 
   https://1.2.3.4:8443/api/lunasa/webServer/blacklist/actions/reset
   {}

Example Result

{}