GET /admin/realms/{realm}/application-by-id-session-statsReturns a JSON map. The key is the application id, 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-by-id-session-stats | - API Example:
RealmAdminResource.getApplicationByIdSessionStats({'realm': }); |
- Output:
- List<Map<String,String>> -
- Produces:
- application/json
|