![]() |
REST API
17
REST API for Luna 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: integer format: int64 minimum: 1 maximum: 9999999999
The identifier of the role of interest
Use: Required
JSON Schema:
Object type: string minLength: 1 maxLength: 32 pattern: ^[a-zA-Z0-9_.-]*$
role details
JSON Schema: HSM Role description
Returned when the input data does not conform to the required validation schema.
HSM and role does not exist.
GET https://1.2.3.4:8443/api/lunasa/hsms/roles/audit
{
"primaryAuthentication": "PIN",
"secondaryAuthentication": "None",
"indirectLoginVersion": "None",
"loginAttemptsLeft": 10,
"changePasswordAttemptsLeft": 3,
"name": "Auditor",
"lockedOut": False,
"activated": False,
"challengeToBeChanged": False,
"initialized": False,
"pinToBeChanged": False,
"id": "audit"
}