Zone Traffic Analytics
infra.cloudflare.zone_analyticsRetrieve traffic analytics for a Cloudflare zone including requests, cache ratio, bandwidth, threats, and page views. Supports custom time ranges like last 24 hours or 7 days.
Instructions
Traffic analytics for a Cloudflare zone — total requests, cached vs uncached, bandwidth, threats blocked, page views. Supports custom time ranges (last 24h, 7 days, etc.) (Cloudflare)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone_id | Yes | Cloudflare Zone ID | |
| since | No | Minutes ago to start from (e.g. -1440 for last 24h, -10080 for last 7 days) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |