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

GET /api/lunasa/webServer/certificate/actions

Gets the actions that can be applied to the certificate of the web server providing the REST API.

Parameters

None

Responses

200

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

400

Unexpected error

Example Request

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

Example Result

{
    "actions": {
        "id": "regenerate",
        "url": "/api/lunasa/webServer/certificate/actions/regenerate"
    }
}