Googleapis Deploymentmanager
Googleapis Deploymentmanager is a connector for the Google Cloud Deployment Manager API, used to define and deploy cloud infrastructure resources.
- Base URL:
https://deploymentmanager.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
deploymentmanager_compositetypes_list— GET /deploymentmanager/v2beta/projects/{project}/global/compositeTypes — Lists all composite types for Deployment Manager.deploymentmanager_compositetypes_get— GET /deploymentmanager/v2beta/projects/{project}/global/compositeTypes/{compositeType} — Gets information about a specific composite type.deploymentmanager_deployments_list— GET /deploymentmanager/v2beta/projects/{project}/global/deployments — Lists all deployments for a given project.deploymentmanager_deployments_get— GET /deploymentmanager/v2beta/projects/{project}/global/deployments/{deployment} — Gets information about a specific deployment.deploymentmanager_manifests_list— GET /deploymentmanager/v2beta/projects/{project}/global/deployments/{deployment}/manifests — Lists all manifests for a given deployment.deploymentmanager_manifests_get— GET /deploymentmanager/v2beta/projects/{project}/global/deployments/{deployment}/manifests/{manifest} — Gets information about a specific manifest.
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: deploymentmanager_compositetypes_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: deploymentmanager_compositetypes_list, deploymentmanager_compositetypes_get, deploymentmanager_deployments_list, deploymentmanager_deployments_get, deploymentmanager_manifests_list, deploymentmanager_manifests_get |
compositeType |
string | no | — | Path parameter compositeType (required by some operations). |
deployment |
string | no | — | Path parameter deployment (required by some operations). |
manifest |
string | no | — | Path parameter manifest (required by some operations). |
project |
string | no | — | Path parameter project (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |