Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.02 KB

File metadata and controls

36 lines (24 loc) · 1.02 KB

Dashboard and Report Examples

Queries relating to dashboards, dashboard groups, and reports.

See also:

  • devices.md for device group queries used as dashboard resource groups

Find Dashboards that match a defaultResourceGroup

This example will show dashboards that use "Root/Group" as their defaultResourceGroup:

elm -f txt DashboardList -s0 -F widgetTokens.name:defaultResourceGroup,widgetTokens.value\~Root/Group -f fullName

Find Reports that match a hostsVal

This example will show reports that use "Root/Group" as their hostsVal:

elm -f txt ReportList -s0 -F hostsVal\~Root/Group -f name

meta

Update the ToC on this page by running the following:

gh-md-toc --insert --no-backup --hide-footer --skip-header examples/dashboards-reports.md