Googleapis Clouderrorreporting
Google Cloud Error Reporting API is an interface for collecting, tracking, and managing application errors in Google Cloud.
- 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)
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: clouderrorreporting_projects_groups_get, clouderrorreporting_projects_events_list, clouderrorreporting_projects_groupstats_list, clouderrorreporting_projects_groups_update, clouderrorreporting_projects_deleteevents, clouderrorreporting_projects_events_report |
groupName |
string | no | — | Path parameter groupName (required by some operations). |
name |
string | no | — | Path parameter name (required by some operations). |
projectName |
string | no | — | Path parameter projectName (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |
body |
string | no | — | Request body as a JSON object string (for create/update operations). |