Get Alert Summary
get_alert_summaryGet aggregated alert statistics within a time range to identify the most frequent alert types. Analyze historical alert patterns to complement real-time monitoring data.
Instructions
Get aggregated alert statistics within a time range. Shows which alert types fired most frequently. Use alongside get_system_overview (which shows recent real-time alerts) for historical alert pattern analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_time | No | End time. Defaults to now. | |
| obj_hash | No | Specific agent object hash. Overrides obj_type. | |
| obj_type | No | Object type filter (e.g., 'tomcat'). Ignored if obj_hash is provided. | |
| max_count | No | Max items to return | |
| start_time | No | Start time. Defaults to 1 hour ago. |