|  | REST API
    4.0.0
    REST API for SafeNet Network HSMs | 
Gets all actions that an administrator can perform on the web server.
None
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  
Unexpected error
 
GET https://1.2.3.4:8443/api/lunasa/webServer/actions
 
{
    "actions": [
        {
            "id": "setDefaultCipherList",
            "url": "/api/lunasa/webServer/actions/setDefaultCipherList"
        }
    ]
}