Googleapis Monitoring
Connector for the googleapis-monitoring API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://monitoring.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
monitoring_locations_global_metricsscopes_listme— GET /v1/locations/global/metricsScopes:listMetricsScopesByMonitoredProject — Returns a list of every Metrics Scope that a specific MonitoredProject has beenmonitoring_projects_dashboards_get— GET /v1/{name} — Fetches a specific dashboard.This method requires the monitoring.dashboards.getmonitoring_projects_location_prometheus_api_v1_l— GET /v1/{name}/location/{location}/prometheus/api/v1/label/{label}/values — Lists possible values for a given label name.monitoring_projects_location_prometheus_api_v1_m— GET /v1/{name}/location/{location}/prometheus/api/v1/metadata — Lists metadata for metrics.monitoring_projects_dashboards_list— GET /v1/{parent}/dashboards — Lists the existing dashboards.This method requires the monitoring.dashboards.lismonitoring_projects_dashboards_delete— DELETE /v1/{name} — Deletes an existing custom dashboard.This method requires the monitoring.dashboa
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: monitoring_locations_global_metricsscopes_listme
# (attach an 'oauth' credential to the task — no inline secrets)