cloudwatchlogs_list_anomalies: Returns a list of anomalies that log anomaly detectors have...

View source: R/cloudwatchlogs_operations.R

cloudwatchlogs_list_anomaliesR Documentation

Returns a list of anomalies that log anomaly detectors have found

Description

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.

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

paws.management documentation built on Sept. 12, 2024, 6:19 a.m.