Lists insights for an Amazon OpenSearch Service domain or Amazon Web Services account
Source:R/opensearchservice_operations.R
opensearchservice_list_insights.RdLists insights for an Amazon OpenSearch Service domain or Amazon Web Services account. Returns a paginated list of insights based on the specified entity, filters, time range, and sort order.
See https://www.paws-r-sdk.com/docs/opensearchservice_list_insights/ for full documentation.
Usage
opensearchservice_list_insights(
Entity,
TimeRange = NULL,
SortOrder = NULL,
MaxResults = NULL,
NextToken = NULL
)Arguments
- Entity
[required] The entity for which to list insights. Specifies the type and value of the entity, such as a domain name or Amazon Web Services account ID.
- TimeRange
The time range for filtering insights, specified as epoch millisecond timestamps.
- SortOrder
The sort order for the results. Possible values are
ASC(ascending) andDESC(descending).- MaxResults
An optional parameter that specifies the maximum number of results to return. You can use
NextTokento get the next page of results. Valid values are 1 to 500.- NextToken
If your initial
list_insightsoperation returns aNextToken, include the returnedNextTokenin subsequentlist_insightsoperations to retrieve the next page of results.