Jetstream API
Event Types
DeviceRemovedEvent
4min
DeviceRemovedEvent data indicates when a user in your application has removed a device using Delete a Device.
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. |
{
"Id":1,
"Device": "MyDeviceName",
"Type": "DeviceRemovedEvent",
"EventId": "d8396676-d8a2-4262-9247-44b678a870e8",
"EventTime": "2018-05-19T07:18:36Z",
"Version":3
}
- Replaces LogicalDeviceRemovedEvent.
- Addition of the Id property.
- Addition of the Version property.