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

GET /api/lunasa/webServer/actions

Gets all actions that an administrator can perform on the web server.

Parameters

None

Responses

200

A list of all actions associated with the web server. The list includes unique identifiers that can be used to perform the specific action with a POST.

JSON Schema: Web Server Configuration Actions

400

Unexpected error

Example Request

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

Example Result

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

See Also

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