get_analytics
Retrieve analytics data such as top attacks and timeseries from Fastly NGWAF MCP Server. Filter by parameters like time range, tags, or group results by IP, country, path, or user agent.
Instructions
Get analytics data (top attacks, timeseries, etc.)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
corpName | No | Corporation name (uses context default if not provided) | |
from | No | Unix timestamp start | |
groupBy | No | Group by field (for top attacks) | |
limit | No | Maximum results | |
rollup | No | Rollup interval in seconds (for timeseries) | |
siteName | No | Site name (uses context default if not provided) | |
tags | No | Filter by tags (for timeseries) | |
type | Yes | Analytics type | |
until | No | Unix timestamp end |