Skip to content

Instantly share code, notes, and snippets.

@elbruno
Created March 3, 2022 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elbruno/90408083cf12543d5298054778ee3750 to your computer and use it in GitHub Desktop.
Save elbruno/90408083cf12543d5298054778ee3750 to your computer and use it in GitHub Desktop.
azureiotsampletelemetrymessage.json
{
"id": "<Telemetry ID>",
"topic": "/SUBSCRIPTIONS/<Suscription ID>/RESOURCEGROUPS/RG-AZUREIOT/PROVIDERS/MICROSOFT.DEVICES/IOTHUBS/ELBRUNOIOT",
"subject": "devices/wioSquirrelFeeder",
"eventType": "Microsoft.Devices.DeviceTelemetry",
"data": {
"properties": {},
"systemProperties": {
"iothub-connection-device-id": "wioSquirrelFeeder",
"iothub-connection-auth-method": "{\"scope\":\"device\",\"type\":\"sas\",\"issuer\":\"iothub\",\"acceptingIpFilterRule\":null}",
"iothub-connection-auth-generation-id": "637769331872294921",
"iothub-enqueuedtime": "2022-03-02T15:27:08.4210000Z",
"iothub-message-source": "Telemetry"
},
"body": "eyJhY3Rpb24iOiJhbmltYWwgZGV0ZWN0ZWQiLCJhbmltYWwiOiJzcXVpcnJlbCIsImZlZWRjb3VudCI6OCwiZmVlZGVyX3N0YXRlIjpmYWxzZSwicmFuZ2VfZGV0ZWN0ZWQiOjM3fQ=="
},
"dataVersion": "",
"metadataVersion": "1",
"eventTime": "2022-03-02T15:27:08.421Z"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment