Datadog · Example Payload

Datadog Monitors Monitor Example

env:production

Datadog Monitors Monitor 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

idtypequerynamemessagetagsoptionsprioritystatecreator

Example Payload

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