AWS CloudWatch · Example Payload

Cloudwatch Describe Alarms For Metric Input Example

AlarmsAwsDashboardsLogsMetricsMonitoringObservability

Cloudwatch Describe Alarms For Metric Input 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

MetricNameNamespaceExtendedStatisticDimensionsPeriod

Example Payload

Raw ↑
{
  "MetricName": "example_value",
  "Namespace": "example_value",
  "ExtendedStatistic": "example_value",
  "Dimensions": [],
  "Period": 10
}