Googleapis Chromemanagement
Google Chrome Management API provides reporting and management data for Chrome browsers and ChromeOS devices in organizations.
- Base URL:
https://chromemanagement.googleapis.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
chromemanagement_customers_apps_countchromeappre— GET /v1/{customer}/apps:countChromeAppRequests — Generate summary of app installation requests.chromemanagement_customers_reports_countchromebr— GET /v1/{customer}/reports:countChromeBrowsersNeedingAttention — Count of Chrome Browsers that have been recently enrolled, have new policy to bechromemanagement_customers_reports_countchromede— GET /v1/{customer}/reports:countChromeDevicesReachingAutoExpirationDate — Generate report of the number of devices expiring in each month of the selectedchromemanagement_customers_reports_countchromeha— GET /v1/{customer}/reports:countChromeHardwareFleetDevices — Counts of devices with a specific hardware specification from the requested hardchromemanagement_customers_reports_countchromeve— GET /v1/{customer}/reports:countChromeVersions — Generate report of installed Chrome versions.chromemanagement_customers_reports_countinstalle— GET /v1/{customer}/reports:countInstalledApps — Generate report of app installations.
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: chromemanagement_customers_apps_countchromeappre
# (attach an 'oauth' credential to the task — no inline secrets)
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
operation |
string | yes | — | One of: chromemanagement_customers_apps_countchromeappre, chromemanagement_customers_reports_countchromebr, chromemanagement_customers_reports_countchromede, chromemanagement_customers_reports_countchromeha, chromemanagement_customers_reports_countchromeve, chromemanagement_customers_reports_countinstalle |
customer |
string | no | — | Path parameter customer (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |