Intern
Intern Hi Active Sessions are displayed in guacamole webgui (Settings > Active Sessions). How do i get configured and active sessions/connections from api? I can successfully read the api user: https://SERVER/guacamole/api/session/data/mysql/users?token=... but cannot read sessions: https://SERVER/guacamole/api/session/data/mysql/activeConnections?token=... https://SERVER/guacamole/api/session/data/mysql/connections?token=... I always get an empty dataset ("{}"). I tried in browser and curl. We use mysql database with ldap authentication. Guacamole 1.5.5. Regards Daniel