Pull Perspective and Vision Sessions List From Gateway (same as status page)

Does anyone know if there is a way to pull the perspective sessions list from the gateway with a script?
(with the project names and IP addresses)
(http://localhost:8088/web/status/con.perspective?)
I would like to create a perspective page with this list (And append user/location) for our IT support.

A combination of system.util.getSessionInfo and system.perspective.getSessionInfo should get you what you want.

2 Likes

That works!!
Thanks Pascal!