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


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