Googleapis Chromemanagement
Connector for the googleapis-chromemanagement API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- 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)