Googleapis Clouderrorreporting
Connector for the googleapis-clouderrorreporting API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://clouderrorreporting.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
clouderrorreporting_projects_groups_get— GET /v1beta1/{groupName} — Get the specified group.clouderrorreporting_projects_events_list— GET /v1beta1/{projectName}/events — Lists the specified events.clouderrorreporting_projects_groupstats_list— GET /v1beta1/{projectName}/groupStats — Lists the specified groups.clouderrorreporting_projects_groups_update— PUT /v1beta1/{name} — Replace the data for the specified group. Fails if the group does not exist.clouderrorreporting_projects_deleteevents— DELETE /v1beta1/{projectName}/events — Deletes all error events of a given project.clouderrorreporting_projects_events_report— POST /v1beta1/{projectName}/events:report — Report an individual error event and record the event to a log. This endpoint ac
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: clouderrorreporting_projects_groups_get
# (attach an 'oauth' credential to the task — no inline secrets)