Publishing over HTTP Bridge
Publishing telemetry events
```jsx title=""
curl -X POST -H 'authorization: Bearer JWT' -H 'content-type: application/json' --data '{"binaryData": "DATA"}' -H 'cache-control: no-cache' 'https://demo-http.api.cloud.korewireless.com/http/subscriptions/{subscription-id}/registries/{registry-id}/devices/{device-id}/publishEvent'
```Publishing telemetry events to separate Pub/Sub topics
```jsx title=""
curl -X POST -H 'authorization: Bearer JWT' -H 'content-type: application/json' --data '{"binaryData": "DATA", "subFolder": "SUBFOLDER"}' -H 'cache-control: no-cache' 'https://demo-http.api.cloud.korewireless.com/http/subscriptions/{subscription-id}/registries/{registry-id}/devices/{device-id}/publishEvent'
```Excessive load and exponential backoff
Configuring devices
Compressing HTTP requests
Updating device configuration
Setting device state
Last updated