Jetstream API
Event Types
DeviceAddedEvent
4min
about deviceaddedevent data indicates when a user in your application has added a device using create a device docid\ p7nz8balv5 rd8s82wh5d fields property details type string the type of jetstream event eventid string unique the id assigned to the event eventtime string the time that the event occurred the value is expressed in utc this value is expressed in the following format yyyy mm ddthh\ mm\ ssz version int the jetstream version of the event device string the name of the device id ulong the id assigned that was generated by jetstream and assigned to the device aliases array(string) the list of aliases a device can assume devicedefinition string the name of the device definition associated with the device deviceserialnumber string the physical serial number of the device region string the geographic region that the rfid device is being placed this is used to create the most reliable and lowest latency connection to the device this value is one of the following possibilities us, eu, ap, usgov example published deviceaddedevent { "id" 101, "device" "mydevicename", "devicedefinition" "ts032, cabinet, us, uhf, gf, 7 9 cu ft", "deviceserialnumber" "mydeviceserialnumber", "region" "us", "type" "deviceaddedevent", "eventid" "f635b21d 1425 4a10 b934 266e707ce785", "eventtime" "2018 05 19t07 17 50z", "version" 3 } version changes replaces logicaldeviceaddedevent addition of the id property addition of the version property