Googleapis Sqladmin
Connector for the googleapis-sqladmin API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://sqladmin.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
sql_flags_list— GET /v1/flags — Lists all available database flags for Cloud SQL instances.sql_instances_list— GET /v1/projects/{project}/instances — Lists instances under a given project.sql_instances_get— GET /v1/projects/{project}/instances/{instance} — Retrieves a resource containing information about a Cloud SQL instance.sql_backupruns_list— GET /v1/projects/{project}/instances/{instance}/backupRuns — Lists all backup runs associated with the project or a given instance and configsql_backupruns_get— GET /v1/projects/{project}/instances/{instance}/backupRuns/{id} — Retrieves a resource containing information about a backup run.sql_connect_get— GET /v1/projects/{project}/instances/{instance}/connectSettings — Retrieves connect settings about a Cloud SQL instance.
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: sql_flags_list
# (attach an 'oauth' credential to the task — no inline secrets)