REST API  4.0.0
REST API for SafeNet 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.

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

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

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