Returns a list of measures that are potential causes or effects of an anomaly group.
See https://www.paws-r-sdk.com/docs/lookoutmetrics_list_anomaly_group_related_metrics/ for full documentation.
lookoutmetrics_list_anomaly_group_related_metrics(
AnomalyDetectorArn,
AnomalyGroupId,
RelationshipTypeFilter = NULL,
MaxResults = NULL,
NextToken = NULL
)
[required] The Amazon Resource Name (ARN) of the anomaly detector.
[required] The ID of the anomaly group.
Filter for potential causes (CAUSE_OF_INPUT_ANOMALY_GROUP
) or
downstream effects (EFFECT_OF_INPUT_ANOMALY_GROUP
) of the anomaly
group.
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.