Device and deployment management

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

get/deviceUpdate/{instanceId}/management/devices/{deviceId}/modules/{moduleId}

Path parameters

instanceIdstring required

Account instance identifier.

deviceIdstring required

Device identifier in Azure IoT Hub.

moduleIdstring required

Device module identifier in Azure IoT Hub.

Query parameters

api-versionstring required

Version of the API to be used with the client request.

Response

The device properties and latest deployment status.

deviceIdstring required

Device identity.

moduleIdstring

Device module identity.

deviceClassIdstring required

Device class identity.

groupIdstring

Device group identity.

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

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