entity_search
Search New Relic entities by name, domain, type, or tags to retrieve GUIDs, alert severity, and metadata for monitoring and troubleshooting.
Instructions
Search for New Relic entities (APM apps, hosts, synthetic monitors, browsers, etc.) by name, type, domain, or tags. Returns GUIDs, alert severity, and metadata. Use domain values: APM, INFRA, SYNTH, BROWSER, MOBILE, EXT. Use type values: APPLICATION, HOST, MONITOR, KEY_TRANSACTION, etc. Use minimal_output=true to reduce response size (omits tags and type-specific fields). Use limit to cap results (default 25, max 200).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Entity name to search for (partial match) | |
| tags | No | Tag filters as [{key, value}] pairs | |
| limit | No | Maximum entities to return (default 25, max 200) | |
| domain | No | Domain filter: APM, INFRA, SYNTH, BROWSER, MOBILE, EXT | |
| account_id | No | Account ID (optional) | |
| entity_type | No | Entity type filter (e.g. APPLICATION, HOST, MONITOR, KEY_TRANSACTION) | |
| minimal_output | No | If true, return only name, GUID, domain, type, and alertSeverity (omit tags and type-specific fields) to reduce response size |