AWS CloudWatch · Example Payload

Cloudwatch Put Metric Alarm Input Example

AlarmsAwsDashboardsLogsMetricsMonitoringObservability

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

Top-level fields

AlarmNameAlarmDescriptionActionsEnabledOKActionsAlarmActionsInsufficientDataActionsMetricNameNamespaceExtendedStatisticDimensionsPeriodEvaluationPeriodsDatapointsToAlarmThresholdTreatMissingDataEvaluateLowSampleCountPercentileMetricsTagsThresholdMetricId

Example Payload

Raw ↑
{
  "AlarmName": "example_value",
  "AlarmDescription": "example_value",
  "ActionsEnabled": true,
  "OKActions": [],
  "AlarmActions": [],
  "InsufficientDataActions": [],
  "MetricName": "example_value",
  "Namespace": "example_value",
  "ExtendedStatistic": "example_value",
  "Dimensions": [],
  "Period": 10,
  "EvaluationPeriods": 10,
  "DatapointsToAlarm": 10,
  "Threshold": 42.5,
  "TreatMissingData": "example_value",
  "EvaluateLowSampleCountPercentile": "example_value",
  "Metrics": [],
  "Tags": [],
  "ThresholdMetricId": "500123"
}