Datadog · Example Payload

Datadog Monitors Monitor Update Request Example

env:production

Datadog Monitors Monitor Update Request Example is an example object payload from Datadog, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

typequerynamemessagetagsoptionspriority

Example Payload

Raw ↑
{
  "type": "metric alert",
  "query": "avg:system.cpu.user{*}",
  "name": "Example Monitor",
  "message": "CPU usage is high on {{host.name}}",
  "tags": [
    "env:production"
  ],
  "options": "example_value",
  "priority": 42
}