REST API  4.0.0
REST API for SafeNet Network HSMs
GET /api/lunasa/hsms/{hsmid}/tamper/actions

GET /api/lunasa/hsms/{hsmid}/tamper/actions

Gets all actions applicable to tampers

Parameters

hsmid

The serial number of the HSM of interest

Use: Required

JSON Schema:

   Object
   type: string

Responses

200

The set of all actions applicable to tampers.

JSON Schema: Tamper Actions

400

Unexpected error

404

HSM or partition does not exist.

Example Request

   GET 
   https://1.2.3.4:8443/api/lunasa/hsms/521154/tamper/actions

Example Result

{
  {
    "id": "clear",
    "url": "/api/lunasa/hsms/521154/tamper/actions/clear"
  }
}