Path: / admin / realms / {realm} / application-by-id-session-stats

Returns 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.

Path parameters:
realm - realm name (not id!)

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/application-by-id-session-statsReturns a JSON map.

Method Detail

GET /admin/realms/{realm}/application-by-id-session-stats

Returns 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
Output:
List<Map<String,String>> -
Produces:
application/json