> Discovery rule object

A következő objektumok közvetlenül kapcsolódnak a "drule" API-hoz.

Discovery rule

A felderítési szabály objektum egy hálózatfelderítési szabályt határoz meg. Megvan benne a következő tulajdonságok.

Property Type Description
druleid string (readonly) ID of the discovery rule.
iprange
(required)
string One or several IP ranges to check separated by commas.

Refer to the network discovery configuration section for more information on supported formats of IP ranges.
name
(required)
string Name of the discovery rule.
delay string Execution interval of the discovery rule. Accepts seconds, time unit with suffix and user macro.

Default: 1h.
nextcheck timestamp (readonly) Time when the discovery rule will be executed next.
proxy_hostid string ID of the proxy used for discovery.
status integer Whether the discovery rule is enabled.

Possible values:
0 - (default) enabled;
1 - disabled.

Vegye figyelembe, hogy egyes módszereknél (frissítés, törlés) a kötelező/választható paraméterkombináció eltérő.