Dynatrace integration (Developer Tools, Data). Imported from open-connector.
{environment_url}/api/v2/problems
| Param | Type | Required | Description |
|---|---|---|---|
| problemSelector | string | optional | Dynatrace problemSelector expression used to filter problems. |
| entitySelector | string | optional | Dynatrace entitySelector expression used to filter monitored entities. |
| nextPageKey | string | optional | The cursor from a previous Dynatrace response used to fetch the next page. |
| pageSize | integer | optional | The number of Dynatrace results to return in one page. |
| from | string | optional | Dynatrace timeframe expression such as now-2h or an ISO-8601 timestamp. |
| to | string | optional | Dynatrace timeframe expression such as now-2h or an ISO-8601 timestamp. |
| fields | string | optional | Comma-separated Dynatrace fields selector, such as +properties or +evidenceDeta… |
/api/v2/entities
| Param | Type | Required | Description |
|---|---|---|---|
| entitySelector | string | optional | Dynatrace entitySelector expression used to filter monitored entities. |
| nextPageKey | string | optional | The cursor from a previous Dynatrace response used to fetch the next page. |
| pageSize | integer | optional | The number of Dynatrace results to return in one page. |
| fields | string | optional | Comma-separated Dynatrace fields selector, such as +properties or +evidenceDeta… |
/api/v2/entities/{entityId}
| Param | Type | Required | Description |
|---|---|---|---|
| entityId | string | required | The Dynatrace entity ID to read. |
| fields | string | optional | Comma-separated Dynatrace fields selector, such as +properties or +evidenceDeta… |