iot connector (generic)

Description - This generic is used to configure the IOT connector via ZeroMQ.

 

Parameter Groups

  Parameter Type Description
* URL Endpoints: string Comma-separated list of URLs to connect or bind. To bind to an address, append the query parameter ?bind=true to the URL.
* Configuration: string The ZeroMQ socket provider that will manage the creation of the ZeroMQ socket.

Click below for a definition:
  • null
* - denotes required
Description - This generic is used to configure the IOT connector via MQTT.


Parameter Groups

 ParameterTypeDescription
*Configuration:stringThe name of the MQTT Client Provider

Click below for a definition:
    null
* - denotes required
 ParameterTypeDescription
Topic Name:stringThe topic where the message will be delivered
Time to Wait:integerTime to wait in milliseconds for the action to complete. 0 means the action will not timeout.
Quality of Service:stringDetermines how each MQTT message is delivered.

Select from one of the following options:
  • At Most Once {0} - Messages are delivered according to the best efforts of the operating environment. Message loss can occur.
  • At Least Once {1} - Messages are assured to arrive but duplicates can occur.
  • Exactly Once {2} - Messages are assured to arrive exactly once
Retain Message:booleanWhether or not the message should be retained by the server as the last message published on the topic.
* - denotes required
Description - This generic is used to configure the IOT connector via CoAP.

 

Parameter Groups

  Parameter Type Description
* URI: string The address of the CoAP server where to send the message in the format scheme://host[:port][/path] where the scheme is one of coap, coap+tcp, coaps, coaps+tcp with default port 5683, 5683, 5684, 5684 respectively.
  Timeout: string Timeout in milliseconds. The value 0 means wait indefinitely. Leave blank to use the EXCHANGE_LIFETIME of the endpoint.
* - denotes required
  Parameter Type Description
* Configuration: string The CoAP client provider that will manage CoAP message exchanges.

Click below for a definition:
  • null
* - denotes required
  Parameter Type Description
  URI: string The address of a forward-proxy which can relay messages to a Coap server. Leave blank if not using a proxy.
* - denotes required