|  | REST API
    4.0.0
    REST API for SafeNet Network HSMs | 
 
Object
    actions: Object
    type:  array
        items: Object
            id: Object
                type:  string
                description:  id is an internal reference for the action.  
                              Use this identifier to perform the action in a POST to the resource.
                              Valid actions are:
                                 upgrade  - update the HSM firmware to a newer release
                                 rollback - revert the HSM firmware to a version previously installed
                                            and resident on the HSM
                              
            url: Object
                type:  string
                description:  url is the fully-formed resource for a POST to complete the action.
                            (see POST /api/lunasa/hsms/{hsmid}/firmware/actions/{actionid})