Get Alert Policy
Get the full details of a specific alerting policy by name, including all conditions, thresholds, and notification channels.
Get Log Sink
Get details of a specific log sink by name. Returns the sink configuration including its destination, filter, and writer identity.
List Alert Policies
List alerting policies configured for a Google Cloud project. Shows policy conditions, notification channels, and enabled/disabled status.
List Cloud Log Names
List the log names (log IDs) that have entries in a Google Cloud project. Useful for discovering what logs are available before querying them.
List Log Sinks
List log sinks (routing destinations) configured for a Google Cloud project. Sinks route matching log entries to destinations like Cloud Storage, BigQuery, or Pub/Sub.
List Log-Based Metrics
List log-based metrics defined for a Google Cloud project. Log-based metrics count log entries matching a filter, or extract values from log entries for distribution metrics.
List Metric Descriptors
List available metric descriptors for a Google Cloud project. Shows what metrics are available to query, including their types, labels, and descriptions. Use a filter to narrow results (e.g. by resource type or metric prefix).
List Uptime Checks
List uptime check configurations for a Google Cloud project. Uptime checks monitor the availability of URLs, resources, or services.
Query Cloud Logs
Search and filter log entries from Google Cloud Logging. Supports the full Cloud Logging query language with filters on severity, resource type, labels, timestamps, and text search. Results are paginated — use pageToken to fetch subsequent pages.
Query Cloud Metrics
Query time series metrics from Google Cloud Monitoring. Supports filtering by metric type, resource type, and labels, with time-range and aggregation controls. Use list-metric-descriptors first to discover available metric types.
Write Cloud Log Entry
Write one or more log entries to Google Cloud Logging. Entries can include structured JSON payloads, labels, severity levels, and resource metadata.