IoT Devices
Creates the device.
post/api/devices
Request body
deviceIDstring nullable
The device identifier.
deviceNamestring required
The name of the device.
modelIdstring required
The model identifier.
modelNamestring nullable
The model name. (For AWS)
imagestring nullable
The device model image Url.
isConnectedboolean
true if this instance is connected; otherwise, false.
isEnabledboolean
true if this instance is enabled; otherwise, false.
statusUpdatedTimestring date-time
The status updated time.
lastActivityTimestring date-time
Gets or sets the last activity time.
tagsobject nullable
List of custom device tags and their values.
isLoraWanboolean
true if this instance is lorawan; otherwise, false.
layerIdstring nullable
The LayerId of the device.
Response
OK