![]() |
REST API
4.0.0
REST API for SafeNet Network HSMs
|
Gets all role-related actions associated with the HSM.
The serial number of the HSM of interest
Use: Required
JSON Schema:
Object type: string
The HSM role of interest
Use: Required
JSON Schema:
Object type: string
The set of all role actions associated with the HSM.
JSON Schema: HSM Role Actions
Unexpected error
HSM or role does not exist.
GET https://1.2.3.4:8443/api/lunasa/hsms/154704/roles/SO/actions
{
"actions":
[
{"url": "/api/lunasa/hsms/154704/roles/so/actions/reset", "id": "reset"},
{"url": "/api/lunasa/hsms/154704/roles/so/actions/createChallenge", "id": "createChallenge"}
]
}