entity_search
Search for New Relic entities by name, type, domain, or tags to retrieve GUIDs, alert severity, and metadata for monitoring and management.
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) | |
| entity_type | No | Entity type filter (e.g. APPLICATION, HOST, MONITOR, KEY_TRANSACTION) | |
| domain | No | Domain filter: APM, INFRA, SYNTH, BROWSER, MOBILE, EXT | |
| tags | No | Tag filters as [{key, value}] pairs | |
| limit | No | Maximum entities to return (default 25, max 200) | |
| minimal_output | No | If true, return only name, GUID, domain, type, and alertSeverity (omit tags and type-specific fields) to reduce response size |