Device 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}/v2/management/updatecompliance

Path parameters

instanceIdstring required

Account instance identifier.

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