How-To Guides
...
Built-In Dashboards and Charts

Group Management Reports

3 min

Filter

Data can be filtered by:

  • System Group (device group)
  • System Name (Device name)
  • Access protocol
  • Element type

Charts

Realms for System-User:

It returns the list of the realm, system group, system name, user group, username, access protocol, and element type. This chart was obtained by joining the ids of the tables below. It basically shows the interconnected list of devices/users, enabling the understanding of which device group/user group it is on.

device _realm_view

The user name is pulled from here

t _group

User group name is pulled from here

t _device_group

The device group name is pulled from here

t _device

Returns the defined device list. Access protocol, element type and device name are drawn from this table

System-System Group: 

his chart lists the interconnected ones according to the realms between System and System Groups (device and device group). The following three tables are used.

t _device_to_device_group

The device group and device realm are defined here

t _device_group

The device group is defined here

t _device

Device information is defined here

User-User Group: 

This chart lists the users assigned to the user groups. The following three tables are used. 

t _group_users

User group and user id stored realm table

t _group

User groups are defined here

t _user

Users are defined here