Dynatrace Problems API v2

The Dynatrace Problems API v2 allows you to query and manage detected problems within a Dynatrace environment. It provides endpoints for listing open and closed problems, retrieving problem details including root cause analysis, and closing problems programmatically. It improves on v1 by supporting entity selectors for multi-entity targeting.

Documentation

Specifications

Examples

📝
Example
https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/examples/problems-api-v2-alerting-profile-stub-example.json
📝
Example
https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/examples/problems-api-v2-comment-collection-example.json
📝
Example
https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/examples/problems-api-v2-comment-example.json
📝
Example
https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/examples/problems-api-v2-comment-request-body-example.json
📝
Example
https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/examples/problems-api-v2-constraint-violation-example.json
📝
Example
https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/examples/problems-api-v2-entity-stub-example.json
📝
Example
https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/examples/problems-api-v2-management-zone-example.json
📝
Example
https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/examples/problems-api-v2-problem-close-request-example.json
📝
Example
https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/examples/problems-api-v2-problem-close-result-example.json
📝
Example
https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/examples/problems-api-v2-problem-collection-example.json
📝
Example
https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/examples/problems-api-v2-problem-example.json

Schemas & Data

📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/json-schema/problems-api-v2-alerting-profile-stub-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/json-schema/problems-api-v2-comment-collection-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/json-schema/problems-api-v2-comment-request-body-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/json-schema/problems-api-v2-comment-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/json-schema/problems-api-v2-constraint-violation-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/json-schema/problems-api-v2-entity-stub-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/json-schema/problems-api-v2-management-zone-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/json-schema/problems-api-v2-problem-close-request-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/json-schema/problems-api-v2-problem-close-result-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/json-schema/problems-api-v2-problem-collection-schema.json
📊
JSONSchema
https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/json-schema/problems-api-v2-problem-schema.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/json-structure/problems-api-v2-alerting-profile-stub-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/json-structure/problems-api-v2-comment-collection-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/json-structure/problems-api-v2-comment-request-body-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/json-structure/problems-api-v2-comment-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/json-structure/problems-api-v2-constraint-violation-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/json-structure/problems-api-v2-entity-stub-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/json-structure/problems-api-v2-management-zone-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/json-structure/problems-api-v2-problem-close-request-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/json-structure/problems-api-v2-problem-close-result-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/json-structure/problems-api-v2-problem-collection-structure.json
📊
JSONStructure
https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/json-structure/problems-api-v2-problem-structure.json

Other Resources