waf_event_detail
Retrieve detailed information about a specific WAF event, including request headers, body snippet, rule matches, and response code, by providing its event index.
Instructions
Full deep-dive into a single event by index. Shows all request headers, body snippet, all rule matches with matched data, and response code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | Event index from a previous query result | |
| verbose | No | Return full body and matched data (default: truncated for readability) | |
| since | No | Time window for log search (e.g. '1h', '24h', '7d'). Default: 24h | 24h |