-
Notifications
You must be signed in to change notification settings - Fork 90
Closed
Labels
Milestone
Description
We need to add new panel to AdminUI to show details about Lock monthly active users/clients for specified period.
Additionally we can display on this page actions execution statistics and decision results.
Here is sample request to get this lock data:
curl -X GET --insecure --location 'https://jans-ce.gluu.info/jans-lock/v1/internal/stat?start-month=202412&end-month=202501' \
--header 'Authorization: Bearer c2076989-89a5-4b27-9d7a-4b96fa976aa3'
Sample response:
{"response":[{"month":"202501","monthly_active_users":1,"monthly_active_clients":1,"operations_by_type":{"action":{"ACTION_NAME_1":6,"ACTION_NAME_2":6,"ACTION_NAME_3":2},"decisionResult":{"allow":9,"deny":5}}}]}