Returns a list of the anomalies that belong to an insight that you specify using its ID
Source:R/devopsguru_operations.R
devopsguru_list_anomalies_for_insight.RdReturns 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
nextTokenvalue.- 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.