Datadog · Example Payload

Datadog Metrics Metric Timeseries Response Example

AnalyticsDashboardsMonitoringPlatformT1Visualizations

Datadog Metrics Metric Timeseries Response Example is an example object payload from Datadog, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

data

Example Payload

Raw ↑
{
  "data": {
    "type": "example_value",
    "id": "abc-123-def",
    "attributes": {
      "times": [
        {}
      ],
      "series": [
        {}
      ]
    }
  }
}