Device and deployment management

Gets the breakdown of how many devices are on their latest update, have new updates available, or are in progress receiving new updates.

get/deviceUpdate/{instanceId}/management/updateCompliance

Path parameters

instanceIdstring required

Account instance identifier.

Query parameters

api-versionstring required

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

Response

The count of devices that have the latest update, have updates available, or are in progress receiving new updates.

totalDeviceCountinteger required

Total number of devices.

onLatestUpdateDeviceCountinteger required

Number of devices on the latest update.

newUpdatesAvailableDeviceCountinteger required

Number of devices with a newer update available.

updatesInProgressDeviceCountinteger required

Number of devices with update in-progress.

Changes