|  | REST API
    4.0.0
    REST API for SafeNet Network HSMs | 
Gets the information associated with a specific HSM role.
The serial number of the HSM of interest
Use:  Required  
JSON Schema:  
Object type: string
The identifier of the role of interest
Use:  Required  
JSON Schema:  
Object type: string
role details
JSON Schema:  HSM Role description  
Unexpected error
HSM and role does not exist.
 
GET https://1.2.3.4:8443/api/lunasa/hsms/roles/audit
 
{
    "primaryAuthentication": "PIN",
    "secondaryAuthentication": "None"
    "loginAttemptsLeft": 10,
    "name": "Auditor",
    "lockedOut": False,
    "activated": False,
    "challengeToBeChanged": False,
    "initialized": False,
    "pinToBeChanged": False,
    "id": "audit"
}