find_entities
Search for Dynatrace Smartscape entities by specifying an entity selector with type and property filters. Supports Grail DQL (Gen3) and classic API for Gen2 tenants.
Instructions
Queries Smartscape entities via Grail DQL (Gen3-native). Pass useClassic:true to use the classic Entities v2 API on Gen2 tenants. The entitySelector must include a type(...) clause for the Grail DQL path; without it, a guidance message is returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entitySelector | Yes | entitySelector, e.g. type(SERVICE),entityName.contains("checkout"). | |
| from | No | ||
| to | No | ||
| pageSize | No | ||
| useClassic | No | Use the classic Entities v2 API instead of Grail DQL (only for Gen2 tenants that still expose /api/v2/entities). |