![]() |
REST API
17
REST API for Luna Network HSMs
|
Get user password configuration related actions.
Users with the following role privileges can perform this command:
None
List user password configuration related actions.
JSON Schema: Password Configuration Actions
GET https://1.2.3.4:8443/api/lunasa/user/config/password/actions
{
"actions": [
{
"id": "enable",
"url": "/api/lunasa/user/config/password/actions/enable"
},
{
"id": "disable",
"url": "/api/lunasa/user/config/password/actions/disable"
}
]
}