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

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

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

Method Summary
ResourceDescription
GET /admin/realms/{realm}/application-session-statsReturns a JSON map.

Method Detail
HTTP Example:
GET /admin/realms/{realm}/application-session-stats

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

Output:
Map<String,Integer> -
Produces:
application/json