|  | REST API
    4.0.0
    REST API for SafeNet Network HSMs | 
Gets all PIN-entry devices associated with the HSM.
The serial number of the HSM of interest
Use:  Required  
JSON Schema:  
Object type: string
A list of all PEDs associated with the appliance. The list includes unique identifiers that can be used to get more specific information.
JSON Schema:  PEDs  
Unexpected error
HSM does not exist.
 
GET https://1.2.3.4:8443/api/lunasa/hsms/151256/peds
 
{
    "peds": [
        {
            "id": "0",
            "url": "/api/lunasa/hsms/151256/peds/0"
        },
        {
            "id": "1",
            "url": "/api/lunasa/hsms/151256/peds/1"
        }
    ]
}