MQTT - Manual - Industrial Edge - Industrial Edge - Industrial Edge - Documentation of Industrial Edge APIs - CLI tools - Industrial Edge - References - APIs

Industrial Edge Platform Operation - APIs & References

Product
Industrial Edge
Edition
12/2024
Language
en-US (original)

For MQTT connections, the topic structure is as follows:

  • To send commands, publish messages to: {mqttRoot}/request
  • For receiving application command responses on: {mqttRoot}/response
  • Subscribe to the topic for receiving application feedback: {mqttRoot}/logging

The message content should be formatted in JSON, employing the message field names as property names for each call, as described in the subsequent chapters of this document.