- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Count of Chrome Browsers that have been recently enrolled, have new policy to be synced, or have no recent activity.
HTTP request
GET https://chromemanagement.googleapis.com/v1/{customer=customers/*}/reports:countChromeBrowsersNeedingAttention
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. |
Request body
The request body must be empty.
Response body
Response containing counts for browsers that need attention.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "recentlyEnrolledCount": string, "noRecentActivityCount": string, "pendingBrowserUpdateCount": string } |
Fields | |
---|---|
recently |
Number of browsers that have been recently enrolled |
no |
Number of browsers that haven’t had any recent activity |
pending |
Number of browsers that are pending an OS update |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/chrome.management.reports.readonly