Jetstream API
Event Types
DeviceRemovedEvent
4min
about deviceremovedevent data indicates when a user in your application has removed a device using delete a device docid\ tv8yyt3i9lfwcx jurqmi 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 example published deviceremovedevent { "id" 1, "device" "mydevicename", "type" "deviceremovedevent", "eventid" "d8396676 d8a2 4262 9247 44b678a870e8", "eventtime" "2018 05 19t07 18 36z", "version" 3 } version changes replaces logicaldeviceremovedevent addition of the id property addition of the version property