AsyncAPI channel · Dynatrace · Dynatrace Problem Notifications API

/webhook/problems

Represents the client's webhook endpoint that receives Dynatrace problem notifications. Dynatrace sends an HTTP POST to this channel when a problem is opened, updated, merged, or resolved. The channel operates in a push model: Dynatrace (publisher) pushes events to the client's webhook (subscriber).

Provider: Dynatrace AsyncAPI: v2.6.0 Spec: Dynatrace Problem Notifications API Operations: 1 Messages: 3

Channel address

/webhook/problems

Operations

receiveProblemNotification
Receive problem notification

Messages

ProblemOpened
Notification sent when a new problem is detected by Dynatrace Davis AI
Content-Type: application/json
ProblemResolved
Notification sent when a problem is resolved by Dynatrace Davis AI
Content-Type: application/json
ProblemMerged
Notification sent when two problems are merged into a single problem by Davis AI
Content-Type: application/json

About AsyncAPI

The AsyncAPI specification describes event-driven APIs the way OpenAPI describes request/response APIs. A channel is the named pipe — a webhook URL, a Kafka topic, a WebSocket route, an MQTT subject — that producers and consumers publish or subscribe to. Each channel carries one or more messages with structured payloads, and an operation declares whether a given party sends or receives on that channel.

Browse every event-driven channel on the APIs.io network or compare with the broader Naftiko capability, Agent Skill, and MCP server surfaces of the same providers.