query_isp_metrics
Retrieve ISP performance data for specified sites with 5-minute or hourly granularity. Filter by site and time range to monitor internet connection quality.
Instructions
Query ISP metrics for specific sites.
Returns ISP performance data filtered to specified sites. Use list_sites first to get site and host IDs.
Args: metric_type: Interval granularity - "5m" for 5-minute or "1h" for hourly. sites: List of site selectors, each a dict with "hostId" and "siteId" keys. Optionally include "beginTimestamp" and "endTimestamp" per site. begin_timestamp: Global start time in ISO 8601 format (optional). end_timestamp: Global end time in ISO 8601 format (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sites | Yes | ||
| metric_type | Yes | ||
| end_timestamp | No | ||
| begin_timestamp | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |