Deployment management

Gets the status of a deployment including a breakdown of how many devices in the deployment are in progress, completed, or failed.

get/deviceupdate/{instanceId}/v2/management/deployments/{deploymentId}/status

Path parameters

instanceIdstring required

Account instance identifier.

deploymentIdstring required

Deployment identifier.

Response

The status of the deployment.

deploymentState'Active' | 'Superseded' | 'Canceled' required

Deployment state.

totalDevicesinteger

Gets or sets the total number of devices in the deployment.

devicesIncompatibleCountinteger

Gets or sets the number of incompatible devices in the deployment.

devicesInProgressCountinteger

Gets or sets the number of devices that are currently in deployment.

devicesCompletedFailedCountinteger

Gets or sets the number of devices that have completed deployment with a failure.

devicesCompletedSucceededCountinteger

Gets or sets the number of devices which have successfully completed deployment.

devicesCanceledCountinteger

Gets or sets the number of devices which have had their deployment canceled.

Changes