zabbix_get_discovered_hosts
Retrieve hosts discovered by network discovery or LLD rules. Use filters, search, and sorting to locate specific discovered devices and their status.
Instructions
Get hosts discovered by network discovery or LLD rules
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit the number of records returned | |
| filter | No | Return only discovered hosts that match the given filter | |
| output | No | Object properties to be returned | |
| search | No | Return only discovered hosts that match the given wildcard search | |
| dhostids | No | Return only discovered hosts with the given IDs | |
| druleids | No | Return only discovered hosts that were discovered by the given discovery rules | |
| sortfield | No | Sort the result by the given properties | |
| sortorder | No | Sort order | ASC |
| selectDRules | No | Return discovery rules that discovered the host | |
| selectDServices | No | Return discovered services of the host |