zabbix_get_discovered_services
Retrieve monitored services detected by Zabbix network discovery rules, with filtering by host, rule, status, and sorting options.
Instructions
Get services discovered by network discovery rules
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit the number of records returned | |
| filter | No | Return only discovered services that match the given filter | |
| output | No | Object properties to be returned | |
| search | No | Return only discovered services that match the given wildcard search | |
| dhostids | No | Return only discovered services that belong to the given discovered hosts | |
| druleids | No | Return only discovered services that were discovered by the given discovery rules | |
| sortfield | No | Sort the result by the given properties | |
| sortorder | No | Sort order | ASC |
| dserviceids | No | Return only discovered services with the given IDs | |
| selectDHosts | No | Return discovered hosts that the service belongs to | |
| selectDRules | No | Return discovery rules that discovered the service |