![]() |
REST API
15
REST API for Luna Network HSMs
|
Gets all SSH actions.
Users with the following role privileges can perform this command:
None
A list of all actions that can be performed under SSH.
JSON Schema: SSH Actions
Unexpected error
GET
https://1.2.3.4:8443/api/lunasa/ssh/actions
{
"actions": [
{
"id": "keyRegenerate",
"url": "/api/lunasa/ssh/actions/keyRegenerate"
},
{
"id": "resetCiphers",
"url": "/api/lunasa/ssh/actions/resetCiphers"
}
]
}