Amazon Lookout for Metrics · Example Payload

Amazon Lookout For Metrics Alert Example

Anomaly DetectionBusiness IntelligenceMachine LearningMetricsMonitoring

Amazon Lookout For Metrics Alert Example is an example object payload from Amazon Lookout for Metrics, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ActionAlertDescriptionAlertArnAnomalyDetectorArnAlertNameAlertSensitivityThresholdAlertTypeAlertStatusLastModificationTimeCreationTimeAlertFilters

Example Payload

Raw ↑
{
  "Action": "example-value",
  "AlertDescription": "Automated anomaly detection for business metrics",
  "AlertArn": "arn:aws:lookoutmetrics:us-east-1:123456789012:AnomalyDetector:my-detector",
  "AnomalyDetectorArn": "arn:aws:lookoutmetrics:us-east-1:123456789012:AnomalyDetector:my-detector",
  "AlertName": "my-anomaly-detector",
  "AlertSensitivityThreshold": "example-value",
  "AlertType": "example-value",
  "AlertStatus": "ACTIVE",
  "LastModificationTime": "example-value",
  "CreationTime": "example-value",
  "AlertFilters": "example-value"
}