> Discovered host object

The following objects are directly related to the dhost API.

Discovered host

Discovered host are created by the Zabbix server and cannot be modified via the API.

The discovered host object contains information about a host discovered by a network discovery rule. It has the following properties.

PropertyTypeDescription
dhostidstringID of the discovered host.
druleidstringID of the discovery rule that detected the host.
lastdowntimestampTime when the discovered host last went down.
lastuptimestampTime when the discovered host last went up.
statusintegerWhether the discovered host is up or down. A host is up if it has at least one active discovered service.

Possible values:
0 - host up;
1 - host down.