REST API  4.0.0
REST API for SafeNet Network HSMs
GET /api/lunasa/hsms/{hsmid}/firmware

GET /api/lunasa/hsms/{hsmid}/firmware

Gets firmware version genealogy for the HSM.

Parameters

hsmid

The serial number of the HSM of interest

Use: Required

JSON Schema:

   Object
   type: string

Responses

200

The set of all firmware versions in the genealogy of the HSM.

JSON Schema: Firmware

400

Unexpected error

404

HSM does not exist.

Example Request

   GET 
   https://1.2.3.4:8443/api/lunasa/hsms/154704/firmware

Example Result

{
    "current": "6.10.7",
    "rollback": "6.2.1",
    "upgrade": "6.21.2",
    "actions": "/api/lunasa/hsms/154704/firmware/actions"

}