![]() |
REST API
15
REST API for Luna Network HSMs
|
Get list of REST API roles.
Users with the following role privileges can perform this command:
Success
Role list
JSON Schema: Roles
Unexpected error
GET
https://1.2.3.4:8443/roles
{ }
{
"users": [
{
"id": "admin",
"url": "/users/admin"
},
{
"id": "monitor",
"url": "/users/monitor"
},
{
"id": "operator",
"url": "/users/operator"
},
{
"id": "audit",
"url": "/users/audit"
}
]
}
Auditor role is not supported by REST API. It is added here to provide roles sync with LunaSH.