search_entities
Find and identify New Relic monitoring entities using search queries to locate applications, hosts, services, and infrastructure components within your observability environment.
Instructions
Search for entities in New Relic
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| limit | No |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 25,
"title": "Limit",
"type": "integer"
},
"query": {
"title": "Query",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}