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

GET /api/lunasa/ssh/actions

Gets all SSH actions.

Parameters

None

Responses

200

A list of all actions that can be performed under SSH.

JSON Schema: SSH Actions

location


400

Unexpected error

Example Request

   GET 
   https://1.2.3.4:8443/api/lunasa/ssh/actions

Example Result

{
    "actions": [
        {
            "id": "keyRegenerate",
            "url": "/api/lunasa/ssh/actions/keyRegenerate"
        }
    ]
}

See Also

POST /api/lunasa/ssh/actions/{actionid}