REST API  14
REST API for Luna Network HSMs
Tamper

Tamper

Object


     actionsUrl: string (see GET /api/lunasa/hsms/{hsmid}/tamper/actions)

    tamperTime: Object
        type: string
        description: tamperTime is the timestamp of when the tamper was detected.

    tampers: Object
        type: array
            items: Object
                index: Object
                    type: string
                    description: index is an internal reference to the tamper.

                tamper: Object
                    type: string
                    description: tamper is the type of tamper that has been detected.
                                 It will specify if that particular tamper is destructive.

    temperature: Object
        type: integer
        description: temperature is the temperature related to the detected environmental tamper.

    vbat: Object
        type: integer
        description: The VBAT voltage. Will be null if no environmental (voltage or temperature) tamper has been detected

    vcci: Object
        type: integer
        description: The VCCI voltage. Will be null if no environmental (voltage or temperature) tamper has been detected

    vref: Object
        type: integer
        description: The VREF voltage. Will be null if no environmental (voltage or temperature) tamper has been detected