Deployment management

Gets the properties of a deployment.

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

Path parameters

instanceIdstring required

Account instance identifier.

deploymentIdstring required

Deployment identifier.

Response

The deployment properties.

deploymentIdstring required

Gets or sets the deployment identifier.

deploymentType'Complete' | 'Download' | 'Install' required

Supported deployment types.

deviceClassIdstring

Gets or sets the device class identifier.

startDateTimestring date-time required

Gets or sets the Deployment start datetime.

deviceGroupType'All' | 'Devices' | 'DeviceGroupDefinitions' required

Supported deployment group types.

deviceGroupDefinitionstring[] required

Gets or sets the device group definition.

isCanceledboolean

Boolean flag indicating whether the deployment was canceled.

isRetriedboolean

Boolean flag indicating whether the deployment has been retried.

isCompletedboolean

Boolean flag indicating whether the deployment was completed.

Changes