REST API  14
REST API for Luna 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,
    "vcci" : null,
    "vbat" : null,
    "vref" : null,
    "tamperTime" : "2016-11-18T11:34:41",
    "actions" : "/api/lunasa/hsms/521154/tamper/actions",
    "tampers" : {
        0 : "Chassis_open"
    }
}

See Also

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