Skip to main content

device.unmanaged.converted_to_managed

An unmanaged device was successfully converted to a managed device.
Object
Custom metadata of the connected account, present when connected_account_id is provided.
String (UUID)
ID of the connected account associated with the event.
String (ISO 8601)
Date and time at which the event was created.
String
The customer key associated with the device, if any.
Object
Custom metadata of the device, present when device_id is provided.
String (UUID)
ID of the affected device.
String
Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.
String (UUID)
ID of the event.
Enum (String)
Value: device.unmanaged.converted_to_managed
String (ISO 8601)
Date and time at which the event occurred.
String (UUID)
ID of the workspace associated with the event.

device.unmanaged.connected

The status of an unmanaged device changed from offline to online. That is, the device.properties.online property changed from false to true.
Object
Custom metadata of the connected account, present when connected_account_id is provided.
String (UUID)
ID of the connected account associated with the event.
String (ISO 8601)
Date and time at which the event was created.
String
The customer key associated with the device, if any.
Object
Custom metadata of the device, present when device_id is provided.
String (UUID)
ID of the affected device.
String
Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.
String (UUID)
ID of the event.
Enum (String)
Value: device.unmanaged.connected
String (ISO 8601)
Date and time at which the event occurred.
String (UUID)
ID of the workspace associated with the event.

device.unmanaged.disconnected

The status of an unmanaged device changed from online to offline. That is, the device.properties.online property changed from true to false.
Object
Custom metadata of the connected account, present when connected_account_id is provided.
Array
Errors associated with the connected account.
String (UUID)
ID of the connected account associated with the event.
Array
Warnings associated with the connected account.
String (ISO 8601)
Date and time at which the event was created.
String
The customer key associated with the device, if any.
Object
Custom metadata of the device, present when device_id is provided.
Array
Errors associated with the device.
String (UUID)
ID of the affected device.
Array
Warnings associated with the device.
Enum (String)
Error code associated with the disconnection event, if any.Possible values: account_disconnected, hub_disconnected, device_disconnected
String
Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.
String (UUID)
ID of the event.
Enum (String)
Value: device.unmanaged.disconnected
String (ISO 8601)
Date and time at which the event occurred.
String (UUID)
ID of the workspace associated with the event.