|  | REST API
    4.0.0
    REST API for SafeNet Network HSMs | 
Gets the information regarding detected tampers.
The serial number of the HSM of interest
Use:  Required  
JSON Schema:  
Object type: string
Tamper information
JSON Schema:  Tamper  
Unexpected error
HSM does not exist.
 
GET https://1.2.3.4:8443/api/lunasa/hsms/521154/tamper
 
{
    "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
}