Gets a list of anomalous metrics for a measure in an anomaly group.
See https://www.paws-r-sdk.com/docs/lookoutmetrics_list_anomaly_group_time_series/ for full documentation.
lookoutmetrics_list_anomaly_group_time_series(
AnomalyDetectorArn,
AnomalyGroupId,
MetricName,
MaxResults = NULL,
NextToken = NULL
)
[required] The Amazon Resource Name (ARN) of the anomaly detector.
[required] The ID of the anomaly group.
[required] The name of the measure field.
The maximum number of results to return.
Specify the pagination token that's returned by a previous request to retrieve the next page of results.