> Discovery rule object

The following objects are directly related to the drule API.

Discovery rule

The discovery rule object defines a network discovery rule. It has the following properties.

PropertyTypeDescription
druleidstring(readonly) ID of the discovery rule.
iprange
(required)
stringOne 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)
stringName of the discovery rule.
delaystringExecution interval of the discovery rule. Accepts seconds, time unit with suffix and user macro.

Default: 1h.
nextchecktimestamp(readonly) Time when the discovery rule will be executed next.
proxy_hostidstringID of the proxy used for discovery.
statusintegerWhether the discovery rule is enabled.

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