AWS CloudWatch · Example Payload

Cloudwatch Single Metric Anomaly Detector Example

AlarmsAwsDashboardsLogsMetricsMonitoringObservability

Cloudwatch Single Metric Anomaly Detector Example is an example object payload from AWS CloudWatch, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

AccountIdNamespaceMetricNameDimensionsStat

Example Payload

Raw ↑
{
  "AccountId": "500123",
  "Namespace": "example_value",
  "MetricName": "example_value",
  "Dimensions": [],
  "Stat": "example_value"
}