I would like to know what is the parameter to obtain the communities of the teams.
by referencing a get element query
Hi Marco,
If I understand correctly your question, you would like to display in a dashboard the community strings defined on elements that communicate with devices via SNMP. As far as I know this is not possible. A possible workaround is to export the list of elements to a CSV file. The CSV file will contain the community strings. The drawback here is that this information is not displayed in a dashboard.
Another possible option is to implement a ad-hoc data source to query the information about elements using the GQIDMS class. This workaround will allow you to see the information in a dashboard. However the main drawback is that you will need to develop a ad-hoc data source.
Hope it helps.