|  | REST API
    4.0.0
    REST API for SafeNet Network HSMs | 
Sends the specified firmware action to the HSM.
The serial number of the HSM of interest
Use:  Required  
JSON Schema:  
Object type: string
The identifier of the firmware action to be performed
Use:  Required  
JSON Schema:  
Object type: string
Success
JSON Schema:  
    id: Object
        type: string
  "Location" is the URL to the task spawned to perform the firmware action.
 
Unexpected error
HSM or action does not exist.
 
POST https://1.2.3.4:8443/api/lunasa/hsms/154704/firmware/actions/upgrade
 
{'Access-Control-Allow-Origin': '*', 'Content-Type': 'application/json', 'Location': '/tasks/0', 'Content-Length': '712', 'Access-Control-Allow-Credentials': 'true'}
{
}