REST API  4.0.0
REST API for SafeNet Network HSMs
POST /api/lunasa/ssh/actions/{actionid}

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

Performs the specified action.

Parameters

actionid

The identifier of the action to be performed

Use: Required

JSON Schema:

   Object
   type: string

Responses

204

Success

400

Unexpected error

404

Invalid action.

Example Request

   POST
   https://1.2.3.4:8443/api/lunasa/ssh/actions/keyRegenerate
   {}

Example Result

{}