Datadog · Example Payload

Datadog Events Event Create Attributes Example

env:production

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

Top-level fields

titlemessagetimestamppriorityhosttagsalert_typeaggregation_keysource_type_name

Example Payload

Raw ↑
{
  "title": "Example Monitor",
  "message": "CPU usage is high on {{host.name}}",
  "timestamp": 42,
  "priority": "normal",
  "host": "example_value",
  "tags": [
    "env:production"
  ],
  "alert_type": "error",
  "aggregation_key": "example_value",
  "source_type_name": "Example Monitor"
}