devopsguru_list_anomalies_for_insight: Returns a list of the anomalies that belong to an insight...

View source: R/devopsguru_operations.R

devopsguru_list_anomalies_for_insightR Documentation

Returns a list of the anomalies that belong to an insight that you specify using its ID

Description

Returns a list of the anomalies that belong to an insight that you specify using its ID.

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

Usage

devopsguru_list_anomalies_for_insight(
  InsightId,
  StartTimeRange = NULL,
  MaxResults = NULL,
  NextToken = NULL,
  AccountId = NULL,
  Filters = NULL
)

Arguments

InsightId

[required] The ID of the insight. The returned anomalies belong to this insight.

StartTimeRange

A time range used to specify when the requested anomalies started. All returned anomalies started during this time range.

MaxResults

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

NextToken

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

AccountId

The ID of the Amazon Web Services account.

Filters

Specifies one or more service names that are used to list anomalies.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.