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

> Discovered service object

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

Discovered service

発見されたサービスはZabbix server によって作成され、APIから変更することはできません。

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

プロパティ Type 説明
dserviceid string ID of the discovered service.
dcheckid string ID of the discovery check used to detect the service.
dhostid string ID of the discovered host running the service.
dns string DNS of the host running the service.
ip string IP address of the host running the service.
lastdown timestamp Time when the discovered service last went down.
lastup timestamp Time when the discovered service last went up.
port integer Service port number.
status integer Status of the service.

Possible values:
0 - service up;
1 - service down.
value string Value returned by the service when performing a Zabbix agent, SNMPv1, SNMPv2 or SNMPv3 discovery check.