zabbix_get_maps
Retrieve network maps from Zabbix, using filters and custom output fields to get only the map data you need.
Instructions
Get network maps 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 maps that match the given filter | |
| output | No | Object properties to be returned | |
| search | No | Return only maps that match the given wildcard search | |
| userids | No | Return only maps that belong to the given users | |
| sortfield | No | Sort the result by the given properties | |
| sortorder | No | Sort order | ASC |
| sysmapids | No | Return only maps with the given IDs | |
| selectUrls | No | Return map URLs | |
| selectLines | No | Return map lines | |
| selectLinks | No | Return map links | |
| selectUsers | No | Return users that have access to the map | |
| selectShapes | No | Return map shapes | |
| selectIconMap | No | Return icon map used by the map | |
| selectSelements | No | Return map elements | |
| selectUserGroups | No | Return user groups that have access to the map |