Method: customers.reports.countChromeBrowsersNeedingAttention
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
تعداد مرورگرهای Chrome که اخیراً ثبت نام کردهاند، خطمشی جدیدی برای همگامسازی دارند یا هیچ فعالیت اخیری نداشتهاند.
درخواست HTTP
GET https://chromemanagement.googleapis.com/v1/{customer=customers/*}/reports:countChromeBrowsersNeedingAttention
URL از دستور GRPC Transcoding استفاده می کند.
پارامترهای مسیر
پارامترها |
---|
customer | string مورد نیاز. شناسه مشتری یا "my_customer" با پیشوند "customers/". |
پارامترهای پرس و جو
پارامترها |
---|
orgUnitId | string اختیاری. شناسه واحد سازمانی. در صورت حذف، تمام داده ها برگردانده می شوند. |
درخواست بدن
بدنه درخواست باید خالی باشد.
بدن پاسخگو
پاسخ حاوی تعداد برای مرورگرهایی که نیاز به توجه دارند.
در صورت موفقیت آمیز بودن، بدنه پاسخ حاوی داده هایی با ساختار زیر است:
نمایندگی 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
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده 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`"]]