Returns a list of anomalies that log anomaly detectors have found
Source:R/cloudwatchlogs_operations.R
cloudwatchlogs_list_anomalies.RdReturns a list of anomalies that log anomaly detectors have found. For details about the structure format of each anomaly object that is returned, see the example in this section.
See https://www.paws-r-sdk.com/docs/cloudwatchlogs_list_anomalies/ for full documentation.
Usage
cloudwatchlogs_list_anomalies(
anomalyDetectorArn = NULL,
suppressionState = NULL,
limit = NULL,
nextToken = NULL
)Arguments
- anomalyDetectorArn
Use this to optionally limit the results to only the anomalies found by a certain anomaly detector.
- suppressionState
You can specify this parameter if you want to the operation to return only anomalies that are currently either suppressed or unsuppressed.
- limit
The maximum number of items to return. If you don't specify a value, the default maximum value of 50 items is used.
- nextToken
The token for the next set of items to return. The token expires after 24 hours.