最近注册、有新政策需要同步或最近没有任何活动的 Chrome 浏览器的数量。
HTTP 请求
GET https://chromemanagement.googleapis.com/v1/{customer=customers/*}/reports:countChromeBrowsersNeedingAttention
网址采用 gRPC 转码语法。
路径参数
| 参数 | |
|---|---|
| customer | 
 必需。客户 ID 或“my_customer”带有“customers/”前缀。 | 
查询参数
| 参数 | |
|---|---|
| orgUnitId | 
 可选。组织部门的 ID。如果省略,将返回所有数据。 | 
请求正文
请求正文必须为空。
响应正文
包含需要注意的浏览器计数的响应。
如果成功,响应正文将包含结构如下的数据:
| JSON 表示法 | 
|---|
| { "recentlyEnrolledCount": string, "noRecentActivityCount": string, "pendingBrowserUpdateCount": string } | 
| 字段 | |
|---|---|
| recentlyEnrolledCount | 
 最近注册的浏览器数量 | 
| noRecentActivityCount | 
 最近无活动的浏览器数量 | 
| pendingBrowserUpdateCount | 
 等待操作系统更新的浏览器数量 | 
授权范围
需要以下 OAuth 范围:
- https://www.googleapis.com/auth/chrome.management.reports.readonly
