Cumulocity · AsyncAPI Specification
Cumulocity Notification 2.0 WebSocket
Version 10.20.0
WebSocket consumer endpoint for Notification 2.0. After creating a Subscription and exchanging it for a short-lived JWT token via POST /notification2/token, connect to this WebSocket to consume ordered, persistent, per-subscriber notifications.
View Spec
View on GitHub
IoTInternet of ThingsIndustrial IoTAIoTDevice ManagementDigital TwinMQTTEdge ComputingStreaming AnalyticsData LakeAsyncAPIWebhooksEvents
Channels
/notification2/consumer
Acknowledge a notification by its message id so the server can advance the per-subscriber cursor.
WebSocket consumer. Connection URL is `wss://{tenant}.cumulocity.com/notification2/consumer/?token={jwt}`. Server pushes notifications as JSON frames; consumer ACKs by message id.
Messages
ManagedObjectNotification
Managed Object Notification
MeasurementNotification
Measurement Notification
EventNotification
Event Notification
AlarmNotification
Alarm Notification
OperationNotification
Operation Notification
Ack
Notification Acknowledgement
Servers
wss
production
{tenant}.cumulocity.com
Tenant-specific WSS endpoint.