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

POST /api/lunasa/syslog/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

Location

"Location" is the URL to the newly created log backup.

see GET /api/lunasa/syslog/backups/{backupid}}

400

Unexpected error

404

Invalid action.

Example Request

   POST
   https://1.2.3.4:8443/api/lunasa/syslog/actions/cleanup
   {}

Example Result

{}

Notes

cleanup action will create a waiting task.