Dynatrace · Capability
Dynatrace Incident Response
Unified incident response workflow combining problems, events, and entity data for SREs investigating service degradations detected by Davis AI.
What You Can Do
GET
List problems
— List problems detected by Davis AI
/v1/problems
GET
Get problem
— Get full problem details with root cause analysis
/v1/problems/{problemId}
POST
Close problem
— Close a problem with an optional message
/v1/problems/{problemId}/close
GET
List problem comments
— List comments on a problem
/v1/problems/{problemId}/comments
POST
Create problem comment
— Add an investigation comment
/v1/problems/{problemId}/comments
GET
Get problem comment
— Get a comment
/v1/problems/{problemId}/comments/{commentId}
PUT
Update problem comment
— Update a comment
/v1/problems/{problemId}/comments/{commentId}
DELETE
Delete problem comment
— Delete a comment
/v1/problems/{problemId}/comments/{commentId}
GET
List events
— List events matching filters
/v1/events
GET
Get event
— Get a specific event
/v1/events/{eventId}
POST
Ingest event
— Ingest a custom event to annotate the timeline
/v1/events/ingest
GET
List entities
— List entities matching a selector
/v1/entities
GET
Get entity
— Get entity details for root cause investigation
/v1/entities/{entityId}
MCP Tools
list-problems
List problems detected by Davis AI in the Dynatrace environment
read-only
get-problem
Get full details of a specific problem including root cause analysis
read-only
close-problem
Close an open problem with an optional closing message
list-problem-comments
List investigation comments on a problem
read-only
create-problem-comment
Add an investigation comment to a problem
get-problem-comment
Get a specific comment on a problem
read-only
update-problem-comment
Update an investigation comment
idempotent
delete-problem-comment
Delete a comment from a problem
idempotent
list-events
List events in the Dynatrace environment
read-only
get-event
Get details of a specific event
read-only
ingest-event
Ingest a custom event to annotate the timeline
list-entities
List monitored entities matching a selector
read-only
get-entity
Get details of a specific monitored entity
read-only
APIs Used
problems-v2
events-v2
entities-v2