Googleapis Compute
googleapis-compute is a generated connector for Google Compute Engine, Google Cloud's service for creating and managing virtual machines and related infrastructure.
- Base URL:
https://compute.googleapis.com/compute/v1 - 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
compute_firewallpolicies_list— GET /locations/global/firewallPolicies — Lists all the policies that have been configured for the specified folder or orgcompute_firewallpolicies_listassociations— GET /locations/global/firewallPolicies/listAssociations — Lists associations of a specified target, i.e., organization or folder.compute_firewallpolicies_get— GET /locations/global/firewallPolicies/{firewallPolicy} — Returns the specified firewall policy.compute_firewallpolicies_getassociation— GET /locations/global/firewallPolicies/{firewallPolicy}/getAssociation — Gets an association with the specified name.compute_firewallpolicies_getrule— GET /locations/global/firewallPolicies/{firewallPolicy}/getRule — Gets a rule of the specified priority.compute_firewallpolicies_getiampolicy— GET /locations/global/firewallPolicies/{resource}/getIamPolicy — Gets the access control policy for a resource. May be empty if no such policy or
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: compute_firewallpolicies_list
# (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: compute_firewallpolicies_list, compute_firewallpolicies_listassociations, compute_firewallpolicies_get, compute_firewallpolicies_getassociation, compute_firewallpolicies_getrule, compute_firewallpolicies_getiampolicy |
firewallPolicy |
string | no | — | Path parameter firewallPolicy (required by some operations). |
resource |
string | no | — | Path parameter resource (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |