Tips
The support scheduler micro service provide an internal EdgeX “clock” that can kick off operations in any EdgeX service. At a configuration specified time (called an interval), the service calls on any EdgeX service API URL via REST to trigger an operation (called an interval action). For example, the scheduling service periodically calls on core data APIs to clean up old sensed events that have been successfully exported out of EdgeX.
Users also can call the API of command service to collect one device's data automatically.
Add Interval Action
the interval action name can't be empty!
CoreDataSeviceTemplate CommandServiceTemplate CustomTemplate
the REST address host can't be empty!
the REST address port can't be empty and only pure integer is supported!
the REST address host can't be empty!
the REST address port can't be empty and only pure integer is supported!
the REST address host can't be empty!
the REST address port can't be empty and only pure integer is supported!
the MQTT host can't be empty!
the MQTT port can't be empty and only pure integer is supported!!
the MQTT publisher can't be empty!
the MQTT topic can't be empty!