lookoutmetrics_list_alerts: Lists the alerts attached to a detector

View source: R/lookoutmetrics_operations.R

lookoutmetrics_list_alertsR Documentation

Lists the alerts attached to a detector

Description

Lists the alerts attached to a detector.

See https://www.paws-r-sdk.com/docs/lookoutmetrics_list_alerts/ for full documentation.

Usage

lookoutmetrics_list_alerts(
  AnomalyDetectorArn = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

AnomalyDetectorArn

The ARN of the alert's detector.

NextToken

If the result of the previous request is truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.

MaxResults

The maximum number of results that will be displayed by the request.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.