Googleapis Osconfig
Connector for the googleapis-osconfig API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://osconfig.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
osconfig_projects_patchjobs_get— GET /v1beta/{name} — Get the patch job. This can be used to track the progress of an ongoing patch joosconfig_projects_guestpolicies_list— GET /v1beta/{parent}/guestPolicies — Get a page of OS Config guest policies.osconfig_projects_patchjobs_instancedetails_list— GET /v1beta/{parent}/instanceDetails — Get a list of instance details for a given patch job.osconfig_projects_patchdeployments_list— GET /v1beta/{parent}/patchDeployments — Get a page of OS Config patch deployments.osconfig_projects_patchjobs_list— GET /v1beta/{parent}/patchJobs — Get a list of patch jobs.osconfig_projects_zones_instances_lookupeffectiv— POST /v1beta/{instance}:lookupEffectiveGuestPolicy — Lookup the effective guest policy that applies to a VM instance. This lookup mer
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: osconfig_projects_patchjobs_get
# (attach an 'oauth' credential to the task — no inline secrets)