Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Automatically discovered devices can be created as IAP/MQ devices automatically, provided that the discovering engine can be certain that the discovered device belongs to that instance of the engine. In general, automatically discovered devices are reported with the device discovery event object, described below.

The edge server suggests a handle for the discovered device, which is unique within the segment and in the device’s protocol. This handle can be used when creating the device in this segment, but it is not required to be used. Creating and deleting devices is discussed in Device Do Action

...

Field Name             

Type                 

Description

policy

String

(Optional)  Can be either fast or slow. The default is fast.

The slow policy can enable more time-consuming but more thorough algorithms, and is recommended when the edge network is expected to yield many discovered devices.

protocols

List of Strings

(Optional)  A list of protocol names where device discovery will be performed. When the protocols list is not provided, or empty, device discovery is attempted by all protocol engines that support this method.

provisioned

Boolean

(Optional)  Indicates whether the search looks for provisioned devices.  Can be either true or false.

The default is false.  

unprovisioned

Boolean

(Optional) Indicates whether the search includes unprovisioned devices.  

Can be either true or false.

The default is true.  

respond

String

(Optional)  Indicates where the device discovery completion object will be published at the end of the discovery process.  

See 2293062Device Discovery Completion Object.

meta

Any valid JSON

(Optional)  A correlator.  When present, this correlator will be included with the device discovery completion object. 

See 2293062Device Discovery Completion Object.

option

Object

(Optional)  An object with protocol-specific options.

...