View source: R/xray_operations.R
xray_get_insight_events | R Documentation |
X-Ray reevaluates insights periodically until they're resolved, and records each intermediate state as an event. You can review an insight's events in the Impact Timeline on the Inspect page in the X-Ray console.
See https://www.paws-r-sdk.com/docs/xray_get_insight_events/ for full documentation.
xray_get_insight_events(InsightId, MaxResults = NULL, NextToken = NULL)
InsightId |
[required] The insight's unique identifier. Use the GetInsightSummaries action to retrieve an InsightId. |
MaxResults |
Used to retrieve at most the specified value of events. |
NextToken |
Specify the pagination token returned by a previous request to retrieve the next page of events. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.