devopsguru_list_anomalous_log_groups: Returns the list of log groups that contain log anomalies

View source: R/devopsguru_operations.R

devopsguru_list_anomalous_log_groupsR Documentation

Returns the list of log groups that contain log anomalies

Description

Returns the list of log groups that contain log anomalies.

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

Usage

devopsguru_list_anomalous_log_groups(
  InsightId,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

InsightId

[required] The ID of the insight containing the log groups.

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.


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