Device and deployment management

Get device group update compliance information such as how many devices are on their latest update, how many need new updates, and how many are in progress on receiving a new update.

get/deviceUpdate/{instanceId}/management/groups/{groupId}/updateCompliance

Path parameters

instanceIdstring required

Account instance identifier.

groupIdstring required

Group identity.

Query parameters

api-versionstring required

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

Response

The device group update compliance information.

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