GET /admin/realms/{realm}/application-session-statsReturns a JSON map. The key is the application name, the value is the number of sessions that currently are active
with that application. Only application's that actually have a session associated with them will be in this map.
- HTTP Example:
GET /admin/realms/{realm}/application-session-stats | - API Example:
RealmAdminResource.getApplicationSessionStats({'realm': }); |
- Output:
- Map<String,Integer> -
- Produces:
- application/json
|