- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Counts of ChromeOS devices that have not synced policies or have lacked user activity in the past 28 days, are out of date, or are not complaint. Further information can be found here https://support.google.com/chrome/a/answer/10564947
HTTP request
GET https://chromemanagement.googleapis.com/v1/{customer=customers/*}/reports:countChromeDevicesThatNeedAttention
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
customer |
Required. The customer ID or "my_customer" prefixed with "customers/". |
Query parameters
Parameters | |
---|---|
org |
Optional. The ID of the organizational unit. If omitted, all data will be returned. |
read |
Required. Mask of the fields that should be populated in the returned report. This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body must be empty.
Response body
Response containing counts for devices that need attention.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "noRecentPolicySyncCount": string, "noRecentUserActivityCount": string, "pendingUpdate": string, "osVersionNotCompliantCount": string, "unsupportedPolicyCount": string } |
Fields | |
---|---|
no |
Number of ChromeOS devices have not synced policies in the past 28 days. |
no |
Number of ChromeOS devices that have not seen any user activity in the past 28 days. |
pending |
Number of devices that are pending an OS update. |
os |
Number of devices whose OS version is not compliant. |
unsupported |
Number of devices that are unable to apply a policy due to an OS version mismatch. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/chrome.management.reports.readonly