Viewing and grouping ALM Octane sessions (on-premises)

You can view and group ALM Octane sessions using the REST API.

Overview

To work with sessions using the REST API, you must be authenticated as the site admin. For details, see Authenticating.

Back to top

How to view and group sessions

Here are examples for viewing sessions.

View all sessions

GET .../admin/sessions

View sessions grouped by users

GET .../admin/sessions/groups?group_by=user

View sessions grouped by space

If the value returned is null, the session was opened either by automation or the site admin.

GET .../admin/sessions/groups?group_by=shared_space

Back to top

See also: