View source: R/cloudwatchlogs_operations.R
cloudwatchlogs_list_anomalies | R Documentation |
Returns 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.
cloudwatchlogs_list_anomalies(
anomalyDetectorArn = NULL,
suppressionState = NULL,
limit = NULL,
nextToken = NULL
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.