Cumulocity · Example Payload

Cumulocity Create Event Example

IoTInternet of ThingsIndustrial IoTAIoTDevice ManagementDigital TwinMQTTEdge ComputingStreaming AnalyticsData Lake

Cumulocity Create Event Example is an example object payload from Cumulocity, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

timetypetextsourcec8y_Position

Example Payload

Raw ↑
{
  "time": "2026-05-25T14:30:00.000Z",
  "type": "c8y_LocationUpdate",
  "text": "Vehicle changed location",
  "source": {
    "id": "12345"
  },
  "c8y_Position": {
    "lat": 51.107883,
    "lng": 17.038538,
    "alt": 119
  }
}