Dynatrace · Capability
Dynatrace Entity And Topology
Entity discovery and topology mapping workflow combining entities, metrics, and events for developers understanding service dependencies and infrastructure layout.
What You Can Do
GET
List entities
— List entities matching a selector
/v1/entities
GET
Get entity
— Get entity details including topology relationships
/v1/entities/{entityId}
GET
List entity types
— List all entity types
/v1/entity-types
GET
Get entity type
— Get a specific entity type definition
/v1/entity-types/{type}
POST
Lookup entity
— Look up an entity by display name and type
/v1/entities/lookup
GET
Query metric data
— Query metric data for entities
/v1/metrics/query
GET
List events
— List events for entities
/v1/events
POST
Ingest event
— Ingest a deployment or custom event
/v1/events/ingest
MCP Tools
list-entities
List monitored entities matching a selector expression
read-only
get-entity
Get entity details including topology relationships
read-only
list-entity-types
List all available entity types in the environment
read-only
get-entity-type
Get the definition of a specific entity type
read-only
lookup-entity
Look up an entity by its display name and type
read-only
idempotent
query-metric-data
Query metric data points for entities
read-only
list-events
List events affecting entities
read-only
ingest-event
Ingest a deployment or custom event for an entity
APIs Used
entities-v2
metrics-v2
events-v2