Googleapis Replicapool
Connector for the googleapis-replicapool API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://www.googleapis.com/replicapool/v1beta1/projects - 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
replicapool_pools_list— GET /{projectName}/zones/{zone}/pools — List all replica pools.replicapool_pools_get— GET /{projectName}/zones/{zone}/pools/{poolName} — Gets information about a single replica pool.replicapool_replicas_list— GET /{projectName}/zones/{zone}/pools/{poolName}/replicas — Lists all replicas in a pool.replicapool_replicas_get— GET /{projectName}/zones/{zone}/pools/{poolName}/replicas/{replicaName} — Gets information about a specific replica.replicapool_pools_insert— POST /{projectName}/zones/{zone}/pools — Inserts a new replica pool.replicapool_pools_delete— POST /{projectName}/zones/{zone}/pools/{poolName} — Deletes a replica pool.
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: replicapool_pools_list
# (attach an 'oauth' credential to the task — no inline secrets)