This is a translation of the original English documentation page. Help us make it better.

> Discovered host object

以下のオブジェクトは dhost API に直接関連するものです。

Discovered host

検出されたホストはZabbix server によって作成され、APIから変更することはできません。

検出されたホストオブジェクトは、ネットワークディスカバリールールによって検出されたホストに関する情報を含んでいます。
このオブジェクトは以下のプロパティを持ちます。

プロパティ Type 説明
dhostid string ID of the discovered host.
druleid string ID of the discovery rule that detected the host.
lastdown timestamp Time when the discovered host last went down.
lastup timestamp Time when the discovered host last went up.
status integer Whether 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.