list_events
Retrieve security events like attacks and blocks from Fastly's Next-Gen WAF using filters for time, IP, action, or tags to monitor web application threats.
Instructions
List security events (attacks, blocks, etc.)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| corpName | No | Corporation name (uses context default if not provided) | |
| siteName | No | Site name (uses context default if not provided) | |
| from | No | Unix timestamp start | |
| until | No | Unix timestamp end | |
| action | No | Filter by action | |
| tag | No | Filter by tag | |
| ip | No | Filter by IP address |