Googleapis Servicebroker
Connector for the googleapis-servicebroker API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- 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)