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!)

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

Method Detail

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.

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

RealmAdminResource.getApplicationSessionStats({'realm': /* name realm name (not id!) */});

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