thin-edge / thin-edge.io-roadmap

0 stars 0 forks source link

Cumulocity IoT HTTP Request via a local API proxy #45

Closed reubenmiller closed 1 year ago

reubenmiller commented 1 year ago

Support the entire Cumulocity IoT REST api via a local tedge interval. This would allow components to take full advantage of the full API without having to wait for specific implementation of new API when it is introduced.

However it should not just be limited to a 1:1 proxy, there should also be some additional usability endpoints to reduce the implementation effort required for components or child devices to make use of it.

Overview

reubenmiller commented 1 year ago

For example, a plugin can do the following call

PUT localhost:9000/inventory/managedObjects

Or using some child name.

PUT localhost:9000/{child01}/inventory/managedObjects
reubenmiller commented 1 year ago

Included in thin-edge.io 0.13.0