|  | REST API
    4.0.0
    REST API for SafeNet Network HSMs | 
Gets all HSMs associated with the appliance.
None
A list of all HSMs associated with the appliance. Specifically, the list is unique HSM serial numbers. An empty list means that no HSMs are available and might mean that HSM(s) is/are out-of-service.
JSON Schema:  HSMs  
Unexpected error
 
GET https://1.2.3.4:8443/api/lunasa/hsms
 
{
    "hsms": [
        {
            "id": "154704",
            "label": "label for HSM serial #154704",
            "url": "/api/lunasa/hsms/154704"
        },
        {
            "id": "45906",
            "label": "label for HSM serial #459060",
            "url": "/api/lunasa/hsms/459060"
        }
    ]
}