Googleapis Osconfig
Google Cloud OS Config API is a Google Cloud API for managing operating system configuration, patching, inventory, and compliance on virtual machines.
- 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)
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: osconfig_projects_patchjobs_get, osconfig_projects_guestpolicies_list, osconfig_projects_patchjobs_instancedetails_list, osconfig_projects_patchdeployments_list, osconfig_projects_patchjobs_list, osconfig_projects_zones_instances_lookupeffectiv |
instance |
string | no | — | Path parameter instance (required by some operations). |
name |
string | no | — | Path parameter name (required by some operations). |
parent |
string | no | — | Path parameter parent (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |
body |
string | no | — | Request body as a JSON object string (for create/update operations). |