Googleapis Monitoring
Googleapis Monitoring is a connector for the Google Cloud Monitoring API, which tracks metrics, uptime, dashboards, and alerts for cloud systems.
- 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)
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: monitoring_locations_global_metricsscopes_listme, monitoring_projects_dashboards_get, monitoring_projects_location_prometheus_api_v1_l, monitoring_projects_location_prometheus_api_v1_m, monitoring_projects_dashboards_list, monitoring_projects_dashboards_delete |
label |
string | no | — | Path parameter label (required by some operations). |
location |
string | no | — | Path parameter location (required by some operations). |
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}. |