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)
尚待 OS 更新的瀏覽器數量
|
授權範圍
需要下列 OAuth 範圍:
https://www.googleapis.com/auth/chrome.management.reports.readonly
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間:2025-07-25 (世界標準時間)。"],[[["\u003cp\u003eThis endpoint retrieves the count of Chrome browsers needing attention, categorized by recent enrollment, inactivity, and pending updates.\u003c/p\u003e\n"],["\u003cp\u003eIt uses an HTTP GET request with the customer ID as a required path parameter and an optional organizational unit ID.\u003c/p\u003e\n"],["\u003cp\u003eThe response provides counts for each category in JSON format.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the \u003ccode\u003ehttps://www.googleapis.com/auth/chrome.management.reports.readonly\u003c/code\u003e scope.\u003c/p\u003e\n"]]],[],null,["# Method: customers.reports.countChromeBrowsersNeedingAttention\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.CountChromeBrowsersNeedingAttentionResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nCount of Chrome Browsers that have been recently enrolled, have new policy to be synced, or have no recent activity.\n\n### HTTP request\n\n`GET https://chromemanagement.googleapis.com/v1/{customer=customers/*}/reports:countChromeBrowsersNeedingAttention`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|------------|---------------------------------------------------------------------------------|\n| `customer` | `string` Required. The customer ID or \"my_customer\" prefixed with \"customers/\". |\n\n### Query parameters\n\n| Parameters ||\n|-------------|----------------------------------------------------------------------------------------------|\n| `orgUnitId` | `string` Optional. The ID of the organizational unit. If omitted, all data will be returned. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse containing counts for browsers that need attention.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------|\n| ``` { \"recentlyEnrolledCount\": string, \"noRecentActivityCount\": string, \"pendingBrowserUpdateCount\": string } ``` |\n\n| Fields ||\n|-----------------------------|---------------------------------------------------------------------------------------------------------------------------------------------|\n| `recentlyEnrolledCount` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Number of browsers that have been recently enrolled |\n| `noRecentActivityCount` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Number of browsers that haven't had any recent activity |\n| `pendingBrowserUpdateCount` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Number of browsers that are pending an OS update |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/chrome.management.reports.readonly`"]]