|  | REST API
    4.0.0
    REST API for SafeNet Network HSMs | 
Gets the actions that can be applied to the certificate of the web server providing the REST API.
None
A list of all actions associated with the web server certificate. The list includes unique identifiers that can be used to perform the specific action with a POST.
JSON Schema:  Web Server Certificate Actions  
Unexpected error
 
GET https://1.2.3.4:8443/api/lunasa/webServer/certificate/actions
 
{
    "actions": {
        "id": "regenerate",
        "url": "/api/lunasa/webServer/certificate/actions/regenerate"
    }
}