zabbix_get_dashboards
Get dashboards from Zabbix using filters, searches, and sorting, with choices to include dashboard pages, users, and user groups.
Instructions
Get dashboards from Zabbix with filtering and output options
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit the number of records returned | |
| filter | No | Return only dashboards that match the given filter | |
| output | No | Object properties to be returned | |
| search | No | Return only dashboards that match the given wildcard search | |
| sortfield | No | Sort the result by the given properties | |
| sortorder | No | Sort order | ASC |
| selectPages | No | Return dashboard pages | |
| selectUsers | No | Return users that have access to the dashboard | |
| dashboardids | No | Return only dashboards with the given IDs | |
| selectUserGroups | No | Return user groups that have access to the dashboard |