{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/json-structure/entities-api-v2-entity-lookup-request-structure.json", "description": "Request body for looking up an entity by name and type.", "type": "object", "properties": { "name": { "type": "string", "description": "The display name of the entity to look up.", "example": "Production Service" }, "type": { "type": "string", "description": "The entity type to search within, e.g., SERVICE, HOST.", "example": "STANDARD" } }, "required": [ "name", "type" ], "name": "EntityLookupRequest" }