Method: customers.reports.countChromeBrowsersNeedingAttention
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Anzahl der Chrome-Browser, die vor Kurzem registriert wurden, für die eine neue Richtlinie synchronisiert werden soll oder für die in letzter Zeit keine Aktivitäten verzeichnet wurden.
HTTP-Anfrage
GET https://chromemanagement.googleapis.com/v1/{customer=customers/*}/reports:countChromeBrowsersNeedingAttention
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
customer |
string
Erforderlich. Die Kundennummer oder „my_customer“ mit dem Präfix „customers/“.
|
Abfrageparameter
Parameter |
orgUnitId |
string
Optional. Die ID der Organisationseinheit. Bei Auslassung werden alle Daten zurückgegeben.
|
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Antwort mit der Anzahl der Browser, die Ihre Aufmerksamkeit erfordern.
Bei Erfolg enthält der Antworttext Daten mit der folgenden Struktur:
JSON-Darstellung |
{
"recentlyEnrolledCount": string,
"noRecentActivityCount": string,
"pendingBrowserUpdateCount": string
} |
Felder |
recentlyEnrolledCount |
string (int64 format)
Anzahl der kürzlich registrierten Browser
|
noRecentActivityCount |
string (int64 format)
Anzahl der Browser, in denen in letzter Zeit keine Aktivität verzeichnet wurde
|
pendingBrowserUpdateCount |
string (int64 format)
Anzahl der Browser, bei denen ein Betriebssystemupdate aussteht
|
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/chrome.management.reports.readonly
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-25 (UTC).
[null,null,["Zuletzt aktualisiert: 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`"]]