Device management

Gets the device properties and latest deployment status for a device connected to Device Update for IoT Hub.

get/deviceupdate/{instanceId}/v2/management/devices/{deviceId}

Path parameters

instanceIdstring required

Account instance identifier.

deviceIdstring required

Device identifier in Azure IOT Hub.

Response

The device properties and latest deployment status.

deviceIdstring required

Device identity.

deviceClassIdstring required

Device class identity.

manufacturerstring required

Device manufacturer.

modelstring required

Device model.

groupIdstring

Device group identity.

deploymentStatus'Succeeded' | 'InProgress' | 'Failed' | 'Canceled' | 'Incompatible'

Deployment state.

onLatestUpdateboolean required

Boolean flag indicating whether the latest update is installed on the device

lastDeploymentIdstring

The deployment identifier for the last deployment to the device

Changes