|  | REST API
    4.0.0
    REST API for SafeNet Network HSMs | 
Gets all lunasa actions.
None
A list of all actions that can be performed under lunasa.
JSON Schema:  Lunasa Actions  
Unexpected error
 
GET https://1.2.3.4:8443/api/lunasa/actions
 
{
    "actions": [
        {
            "id": "reboot",
            "url": "/api/lunasa/actions/reboot"
        }
    ]
}