← Tools Reference

Dynatrace

Dynatrace integration (Developer Tools, Data). Imported from open-connector.

API key3 tools{environment_url}
GET
dynatrace_list_problems
List Dynatrace Problems API v2 problems with optional selectors and pagination.

/api/v2/problems

7 parameters
ParamTypeRequiredDescription
problemSelectorstringoptionalDynatrace problemSelector expression used to filter problems.
entitySelectorstringoptionalDynatrace entitySelector expression used to filter monitored entities.
nextPageKeystringoptionalThe cursor from a previous Dynatrace response used to fetch the next page.
pageSizeintegeroptionalThe number of Dynatrace results to return in one page.
fromstringoptionalDynatrace timeframe expression such as now-2h or an ISO-8601 timestamp.
tostringoptionalDynatrace timeframe expression such as now-2h or an ISO-8601 timestamp.
fieldsstringoptionalComma-separated Dynatrace fields selector, such as +properties or +evidenceDeta…
GET
dynatrace_list_entities
List Dynatrace monitored entities with optional selector, fields, and pagination.

/api/v2/entities

4 parameters
ParamTypeRequiredDescription
entitySelectorstringoptionalDynatrace entitySelector expression used to filter monitored entities.
nextPageKeystringoptionalThe cursor from a previous Dynatrace response used to fetch the next page.
pageSizeintegeroptionalThe number of Dynatrace results to return in one page.
fieldsstringoptionalComma-separated Dynatrace fields selector, such as +properties or +evidenceDeta…
GET
dynatrace_get_entity
Get one Dynatrace monitored entity by entity ID.

/api/v2/entities/{entityId}

2 parameters
ParamTypeRequiredDescription
entityIdstringrequiredThe Dynatrace entity ID to read.
fieldsstringoptionalComma-separated Dynatrace fields selector, such as +properties or +evidenceDeta…