近期註冊、需要同步處理新政策,或是最近沒有任何活動的 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 | 
 尚待 OS 更新的瀏覽器數量 | 
授權範圍
需要下列 OAuth 範圍:
- https://www.googleapis.com/auth/chrome.management.reports.readonly
