Amazon Lookout for Metrics · Example Payload

Amazon Lookout For Metrics List Anomaly Group Summaries Request Example

Anomaly DetectionBusiness IntelligenceMachine LearningMetricsMonitoring

Amazon Lookout For Metrics List Anomaly Group Summaries 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

AnomalyDetectorArnSensitivityThresholdMaxResultsNextToken

Example Payload

Raw ↑
{
  "AnomalyDetectorArn": "arn:aws:lookoutmetrics:us-east-1:123456789012:AnomalyDetector:my-detector",
  "SensitivityThreshold": "example-value",
  "MaxResults": "example-value",
  "NextToken": "example-value"
}