v1

latestOpenAPI 3.0.12026-07-178146159.6 KB
IoT Edge Devices

Creates the IoT Edge device.

post/api/edge/devices

Request body

deviceIdstring nullable

The IoT Edge identifier.

deviceNamestring required

The name of the device.

modelIdstring required

The model identifier.

imageUrlstring uri nullable

The device model image Url.

connectionStatestring nullable

The IoT Edge connection state.

scopestring nullable

The IoT Edge scope tag value.

statusstring nullable

The IoT Edge device status.

runtimeResponsestring nullable

The IoT Edge runtime response.

nbDevicesinteger

The number of connected devices on IoT Edge device.

nbModulesinteger

The number of modules on IoT Edge device.

tagsobject nullable

List of custom device tags and their values.

isEnabledboolean

true if this instance is enabled; otherwise, false.

Response

Success