search_incident
Search and filter NewRelic incidents by state, priority, and entity using NRQL queries to identify and analyze operational issues.
Instructions
Search NewRelic incidents with filtering by state, priority, and entity. Uses NRQL to query the NrAiIncident event type.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Filter by incident state (e.g., 'open', 'closed') | |
| priority | No | Filter by incident priority (e.g., 'CRITICAL', 'HIGH', 'MEDIUM', 'LOW') | |
| entityGuid | No | Filter by entity GUID | |
| sinceDays | No | Number of days to look back (default: 7, max: 30) | |
| limit | No | Maximum number of incidents to return (default: 50, max: 200) |