Next Topic

Previous Topic

Book Contents

Auto login

The auto login feature displays a Dashboard view without a user logon. Viewing a dashboard with auto login automatically sets the fullscreen option. Specify an additional parameter id to set the desired dashboard. The id of a dashboard is always visible in the URL when viewing a dashboard.

Example:

http://inmhost:port/autologin.xsi?user=username&page=6&id=1

Dashboard rotation with auto login

It is possible to setup a dashboard rotation when viewing a dashboard using auto login. This makes it possible to automatically switch between specified dashboards at a given interval. Use the basic URL for auto login but add two parameters, rotation and interval.

Example

http://inmhost:port/autologin.xsi?page=6&user=username&rotation=1,7,12&interval=15

The dashboards specified in the rotation parameter, separated by a comma, are continuously displayed at the interval given in the interval parameter, in seconds.