REST API  14
REST API for Luna Network HSMs
HSM Actions

HSM Actions

Object
    actions: Object
    type:  array
        items: Object

            id: Object
                type:  string
                description:  id is an internal reference for the action.
                              Use this identifier to complete the action with a POST.
                              Valid actions are:
                                 factoryReset - delete all cryptographic material and users
                                                and return the HSM to a factory default state
                                 selfTest - check the HSM for expected operation
                                 zeroize - delete all cryptographic material and users
                                 stmTransport - put the hsm into secure transport mode
                                 stmRecover - recover the hsm from secure transport mode
                                 timeSync - sync the hsm time with host time


           url: string (see POST /api/lunasa/hsms/{hsmid}/actions/{actionid})