Device and deployment management

Gets the deployment properties.

get/deviceUpdate/{instanceId}/management/groups/{groupId}/deployments/{deploymentId}

Path parameters

instanceIdstring required

Account instance identifier.

groupIdstring required

Group identity.

deploymentIdstring required

Deployment identifier.

Query parameters

api-versionstring required

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

Response

The deployment properties.

deploymentIdstring required

The caller-provided deployment identifier.

startDateTimestring date-time required

The deployment start datetime.

groupIdstring required

The group identity for the devices the deployment is intended to update.

deviceClassSubgroupsstring[]

The device class subgroups the deployment is compatible with and subgroup deployments have been created for. This is not provided by the caller during CreateOrUpdateDeployment but is automatically determined by Device Update

isCanceledboolean

Boolean flag indicating whether the deployment was canceled.

isRetriedboolean

Boolean flag indicating whether the deployment has been retried.

isCloudInitiatedRollbackboolean

Boolean flag indicating whether the deployment is a rollback deployment.

Changes