dynatrace_managed_list_problems
List problems from Dynatrace Managed environments using filters for status, impact, time, and entity. Identify open or resolved issues with targeted queries.
Instructions
List problems from the Managed cluster with optional filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End time (default: "now") | |
| from | No | Start time (default: "now-24h") | |
| sort | No | Sort order. Use "+status" (open first), "-status" (closed first), "+startTime" (old first), "-startTime" (new first), or "+relevance"/"-relevance" (with text search). | |
| limit | No | Maximum number of problems to return. Use this when user specifies a count (e.g., "first 10 problems" → limit: 10). If not specified, returns up to API limit: 50. Cannot exceed 50 | |
| status | No | Problem status - use "OPEN" for active issues, "CLOSED" for resolved problems | |
| impactLevel | No | Impact level - use "SERVICE" for application issues, "INFRASTRUCTURE" for host/container problems, "APPLICATION" for user-facing issues | |
| entitySelector | No | Entity selector to filter problems. CRITICAL: Only ONE entity type per query. Use discover_entities() first to get exact names/IDs, then use entityId("exact-id") or type(SERVICE),entityName.equals("exact-name"). Examples: entityId("SERVICE-123"), type(SERVICE),entityName("payment-service"), type(AWS_LAMBDA_FUNCTION),tag("AWS_REGION:us-west-2") | |
| environment_alias | Yes | Specify which environment to be queried, by supplying the environment alias as returned by get_environments_info. Can use `ALL_ENVIRONMENTS` to retrieve data from all environments in one request to MCP. |