Returns a list of insights in your organization
Source:R/devopsguru_operations.R
devopsguru_search_organization_insights.RdReturns a list of insights in your organization. You can specify which insights are returned by their start time, one or more statuses (ONGOING, CLOSED, and CLOSED), one or more severities (LOW, MEDIUM, and HIGH), and type (REACTIVE or PROACTIVE).
See https://www.paws-r-sdk.com/docs/devopsguru_search_organization_insights/ for full documentation.
Usage
devopsguru_search_organization_insights(
AccountIds,
StartTimeRange,
Filters = NULL,
MaxResults = NULL,
NextToken = NULL,
Type
)Arguments
- AccountIds
[required] The ID of the Amazon Web Services account.
- StartTimeRange
[required] A time range used to specify when the behavior of an insight or anomaly started.
- Filters
A
SearchOrganizationInsightsFiltersobject that is used to set the severity and status filters on your insight search.- 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.
- Type
[required] The type of insights you are searching for (
REACTIVEorPROACTIVE).