Amazon Lookout for Metrics · Example Payload

Amazon Lookout For Metrics Update Anomaly Detector Request Example

Anomaly DetectionBusiness IntelligenceMachine LearningMetricsMonitoring

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

Top-level fields

AnomalyDetectorArnKmsKeyArnAnomalyDetectorDescriptionAnomalyDetectorConfig

Example Payload

Raw ↑
{
  "AnomalyDetectorArn": "arn:aws:lookoutmetrics:us-east-1:123456789012:AnomalyDetector:my-detector",
  "KmsKeyArn": "arn:aws:lookoutmetrics:us-east-1:123456789012:AnomalyDetector:my-detector",
  "AnomalyDetectorDescription": "Automated anomaly detection for business metrics",
  "AnomalyDetectorConfig": "example-value"
}