Dynatrace · Example Payload

Problems Webhook Notification Config Example

AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability

Problems Webhook Notification Config Example is an example object payload from Dynatrace, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

typenameactiveurlalertingProfileheadersacceptAnyCertificatepayload

Example Payload

Raw ↑
{
  "type": "WEBHOOK",
  "name": "My Problem Webhook",
  "active": true,
  "url": "https://webhook.example.com/webhook/dynatrace/problems",
  "alertingProfile": "alerting-profile-uuid",
  "headers": [
    {
      "name": "Authorization",
      "value": "Bearer my-secret-token"
    }
  ],
  "acceptAnyCertificate": false,
  "payload": "example-value"
}