The chat responses are generated using Generative AI technology for intuitive search and may not be entirely accurate. They are not intended as professional advice. For full details, including our use rights, privacy practices and potential export control restrictions, please refer to our Generative AI Service Terms of Use and Generative AI Service Privacy Information. As this is a test version, please let us know if something irritating comes up. Like you get recommended a chocolate fudge ice cream instead of an energy managing application. If that occurs, please use the feedback button in our contact form!
Skip to content

RESTful API for configuring real-time data streaming.

Streaming API

Streaming API for real-time data streams for points.

Concepts & Glossary

TermDescription
Point StreamA Point Stream determines the real-time data flow for specific sensor points (e.g., temperature, pressure) from IoT devices to registered webhook endpoints over a defined period.
Webhook RegistrationWebhook Registration is the process where clients register HTTP endpoints to receive real-time notifications for specific point data events.
Event PublishingEvent Publishing is the separate process where the Point Vertical system publishes sensor data to SQS queues for processing and delivery to registered webhooks.
PartitionA Partition represents a logical grouping or tenant boundary that isolates streaming subscriptions and events for different customers or organizational units.
Stream SubscriptionA Stream Subscription defines which specific points a webhook endpoint wants to monitor, including filtering criteria and delivery preferences.
Webhook SecretA Webhook Secret is a shared key used to authenticate and verify the integrity of webhook deliveries using HMAC signatures for secure communication.
Dead Letter QueueA Dead Letter Queue (DLQ) stores failed webhook delivery attempts for manual review and reprocessing when endpoints are temporarily unavailable.