zabbix_get_proxies
Fetch Zabbix proxy data with filtering, wildcard search, and sort options. Return selected fields and include related hosts or proxy groups for complete monitoring insight.
Instructions
Get proxies 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 proxies that match the given filter | |
| output | No | Object properties to be returned | |
| search | No | Return only proxies that match the given wildcard search | |
| proxyids | No | Return only proxies with the given IDs | |
| sortfield | No | Sort the result by the given properties | |
| sortorder | No | Sort order | ASC |
| selectHosts | No | Return hosts monitored by the proxy | |
| selectProxyGroups | No | Return proxy groups the proxy belongs to |