Method: customers.reports.countChromeBrowsersNeedingAttention

  • This endpoint retrieves the count of Chrome browsers needing attention, categorized by recent enrollment, inactivity, and pending updates.

  • It uses an HTTP GET request with the customer ID as a required path parameter and an optional organizational unit ID.

  • The response provides counts for each category in JSON format.

  • Authorization requires the https://www.googleapis.com/auth/chrome.management.reports.readonly scope.

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

string

Required. The customer ID or "my_customer" prefixed with "customers/".

Query parameters

Parameters
orgUnitId

string

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
recentlyEnrolledCount

string (int64 format)

Number of browsers that have been recently enrolled

noRecentActivityCount

string (int64 format)

Number of browsers that haven’t had any recent activity

pendingBrowserUpdateCount

string (int64 format)

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