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

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

Gets the information regarding detected tampers.

Parameters

hsmid

The serial number of the HSM of interest

Use: Required

JSON Schema:

   Object
   type: string

Responses

200

Tamper information

JSON Schema: Tamper

400

Unexpected error

404

HSM does not exist.

Example Request

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

Example Result

{
    "Temperature" : null,
    "VCCIVoltage" : null,
    "VBATVoltage" : null,
    "tamperTime" : "2016-11-18T11:34:41",
    "actions" : "/api/lunasa/hsms/521154/tamper/actions",
    "tampers" : {
        0 : "Chassis_open"
    },
    "VREFVoltage" : null
}

See Also

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