Datadog · Example Payload

Datadog Events Event Attributes Example

env:production

Datadog Events Event Attributes Example is an example object payload from Datadog, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titlemessagetimestamppriorityhosttagsalert_typeaggregation_keysource_type_namestatus

Example Payload

Raw ↑
{
  "title": "Example Monitor",
  "message": "CPU usage is high on {{host.name}}",
  "timestamp": "2026-04-17T12:00:00Z",
  "priority": "normal",
  "host": "example_value",
  "tags": [
    "env:production"
  ],
  "alert_type": "error",
  "aggregation_key": "example_value",
  "source_type_name": "Example Monitor",
  "status": "OK"
}