Googleapis Cloudsupport
Google Cloud Support API is an interface for managing Google Cloud support cases and support-related interactions.
- 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)
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: cloudsupport_caseclassifications_search, cloudsupport_cases_search, cloudsupport_cases_get, cloudsupport_media_download, cloudsupport_cases_attachments_list, cloudsupport_cases_list |
name |
string | no | — | Path parameter name (required by some operations). |
parent |
string | no | — | Path parameter parent (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |