Googleapis Containeranalysis
Connector for the googleapis-containeranalysis API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://containeranalysis.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
containeranalysis_projects_occurrences_get— GET /v1beta1/{name} — Gets the specified occurrence.containeranalysis_projects_occurrences_getnotes— GET /v1beta1/{name}/notes — Gets the note attached to the specified occurrence. Consumer projects can use thcontaineranalysis_projects_notes_occurrences_lis— GET /v1beta1/{name}/occurrences — Lists occurrences referencing the specified note. Provider projects can use thiscontaineranalysis_projects_notes_list— GET /v1beta1/{parent}/notes — Lists notes for the specified project.containeranalysis_projects_occurrences_list— GET /v1beta1/{parent}/occurrences — Lists occurrences for the specified project.containeranalysis_projects_occurrences_getvulner— GET /v1beta1/{parent}/occurrences:vulnerabilitySummary — Gets a summary of the number and severity of occurrences.
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: containeranalysis_projects_occurrences_get
# (attach an 'oauth' credential to the task — no inline secrets)