Method: customers.reports.countChromeBrowsersNeedingAttention

最近注册、具有要同步的新政策或近期没有任何活动的 Chrome 浏览器数量。

HTTP 请求

GET https://chromemanagement.googleapis.com/v1/{customer=customers/*}/reports:countChromeBrowsersNeedingAttention

网址采用 gRPC 转码语法。

路径参数

参数
customer

string

必需。客户 ID 或“my_customer”,前缀为“customers/”。

查询参数

参数
orgUnitId

string

可选。组织部门的 ID。如果省略,将返回所有数据。

请求正文

请求正文必须为空。

响应正文

包含需要注意的浏览器计数的响应。

如果成功,响应正文将包含结构如下的数据:

JSON 表示法
{
  "recentlyEnrolledCount": string,
  "noRecentActivityCount": string,
  "pendingBrowserUpdateCount": string
}
字段
recentlyEnrolledCount

string (int64 format)

最近注册的浏览器数量

noRecentActivityCount

string (int64 format)

近期无活动的浏览器数量

pendingBrowserUpdateCount

string (int64 format)

等待操作系统更新的浏览器数量

授权范围

需要以下 OAuth 作用域:

  • https://www.googleapis.com/auth/chrome.management.reports.readonly