zabbix_get_services
Retrieve Zabbix business services with filtering, search, sorting, and customizable output to manage service hierarchies and problem events.
Instructions
Get business services 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 services that match the given filter | |
| output | No | Object properties to be returned | |
| search | No | Return only services that match the given wildcard search | |
| childids | No | Return only services that are parents of the given services | |
| parentids | No | Return only services that are children of the given services | |
| sortfield | No | Sort the result by the given properties | |
| sortorder | No | Sort order | ASC |
| selectTags | No | Return service tags | |
| serviceids | No | Return only services with the given IDs | |
| selectParents | No | Return parent services | |
| selectChildren | No | Return child services | |
| selectProblemTags | No | Return problem tags linked to the service | |
| selectStatusRules | No | Return status rules | |
| selectProblemEvents | No | Return current problem events for the service |