Amazon Lookout for Metrics · Example Payload

Amazon Lookout For Metrics Alert Summary Example

Anomaly DetectionBusiness IntelligenceMachine LearningMetricsMonitoring

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

Top-level fields

AlertArnAnomalyDetectorArnAlertNameAlertSensitivityThresholdAlertTypeAlertStatusLastModificationTimeCreationTimeTags

Example Payload

Raw ↑
{
  "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",
  "Tags": "example-value"
}