Monitoring Active Sessions Using REST

If needed, a REST endpoint allows accessing metrics about any user session. To access these metrics, you need to be logged in as a user that has role SESSION_TRACKING.

Then, you can call the endpoint /api/scenario/session-tracking/aggregation. This endpoint will respond a JSON having the following format:

{
    "min": 4,
    "max": 8
}

You can filter out the results by giving a start and an end parameter to the endpoint. These parameters represent timestamps.

For example: /api/scenario/session-tracking/aggregation?start=1651356000000&end=1653948000000