Method: customers.reports.countChromeBrowsersNeedingAttention
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
최근에 등록되었거나 동기화할 새 정책이 있거나 최근 활동이 없는 Chrome 브라우저 수입니다.
HTTP 요청
GET https://chromemanagement.googleapis.com/v1/{customer=customers/*}/reports:countChromeBrowsersNeedingAttention
URL은 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
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[[["\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`"]]