![]() |
REST API
17
REST API for Luna Network HSMs
|
Gets all lunasa actions.
Users with the following role privileges can perform this command:
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": "powerOff",
"url": "/api/lunasa/actions/powerOff"
},
{
"id": "reboot",
"url": "/api/lunasa/actions/reboot"
},
{
"id": "regenerateCertificate",
"url": "/api/lunasa/actions/regenerateCertificate"
}
]
}