Googleapis Servicebroker
Googleapis Servicebroker is a connector for the Google Cloud Service Broker API, used to provision and manage Google Cloud services through service broker integrations.
- Base URL:
https://servicebroker.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
servicebroker_projects_brokers_v2_service_instan— GET /v1beta1/{name} — GetBinding returns the binding information.servicebroker_projects_brokers_instances_binding— GET /v1beta1/{parent}/bindings — Lists all the bindings in the instance.servicebroker_projects_brokers_list— GET /v1beta1/{parent}/brokers — ListBrokers lists brokers.servicebroker_projects_brokers_instances_list— GET /v1beta1/{parent}/instances — Lists all the instances in the brokers This API is an extension and not part ofservicebroker_projects_brokers_v2_catalog_list— GET /v1beta1/{parent}/v2/catalog — Lists all the Services registered with this broker for consumption for given serservicebroker_getiampolicy— GET /v1beta1/{resource}:getIamPolicy — Gets the access control policy for a resource. Returns an empty policy if the re
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: servicebroker_projects_brokers_v2_service_instan
# (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: servicebroker_projects_brokers_v2_service_instan, servicebroker_projects_brokers_instances_binding, servicebroker_projects_brokers_list, servicebroker_projects_brokers_instances_list, servicebroker_projects_brokers_v2_catalog_list, servicebroker_getiampolicy |
name |
string | no | — | Path parameter name (required by some operations). |
parent |
string | no | — | Path parameter parent (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}. |