Method: customers.reports.countChromeBrowsersNeedingAttention
最近注册的 Chrome 浏览器、有新政策要同步的 Chrome 浏览器或没有近期活动的 Chrome 浏览器的数量。
HTTP 请求
GET https://chromemanagement.googleapis.com/v1/{customer=customers/*}/reports:countChromeBrowsersNeedingAttention
网址采用 gRPC 转码语法。
路径参数
参数 |
customer |
string
必需。客户 ID 或前缀为“customers/”的“my_customer”。
|
查询参数
参数 |
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
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-14。
[null,null,["最后更新时间 (UTC):2024-11-14。"],[[["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."]]],[]]