REST API  17
REST API for Luna Network HSMs
GET /api/lunasa/user/config/login

GET /api/lunasa/user/config/login

Get user login configuration related information and endpoints.

User Privileges

Users with the following role privileges can perform this command:

  • admin

Parameters

None

Responses

200

List user login configuration related information and endpoints.

JSON Schema: Login Configuration

500

APPLIANCE_USER_FAILED_TO_GET_LOGIN_CONFIG

Unable to get login configuration details.

Example Request

   GET
   https://1.2.3.4:8443/api/lunasa/user/config/login

Example Result

{
    "actions": "/api/lunasa/user/config/login/actions",
    "detectionWindowSeconds": 800,
    "lockoutDurationSeconds": 600,
    "maxFailedAttempts": 3
}