Googleapis Cloudsupport
Connector for the googleapis-cloudsupport API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://cloudsupport.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
cloudsupport_caseclassifications_search— GET /v2beta/caseClassifications:search — Retrieve valid classifications to be used when creating a support case. The clascloudsupport_cases_search— GET /v2beta/cases:search — Search cases using the specified query.cloudsupport_cases_get— GET /v2beta/{name} — Retrieve the specified case.cloudsupport_media_download— GET /v2beta/{name}:download — Download a file attachment on a case. Note: HTTP requests must append "?alt=medicloudsupport_cases_attachments_list— GET /v2beta/{parent}/attachments — Retrieve all attachments associated with a support case.cloudsupport_cases_list— GET /v2beta/{parent}/cases — Retrieve all cases under the specified parent. Note: Listing cases under an Orga
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: cloudsupport_caseclassifications_search
# (attach an 'oauth' credential to the task — no inline secrets)