View source: R/xray_operations.R
xray_get_insight_impact_graph | R Documentation |
Retrieves a service graph structure filtered by the specified insight. The service graph is limited to only structural information. For a complete service graph, use this API with the GetServiceGraph API.
See https://www.paws-r-sdk.com/docs/xray_get_insight_impact_graph/ for full documentation.
xray_get_insight_impact_graph(InsightId, StartTime, EndTime, NextToken = NULL)
InsightId |
[required] The insight's unique identifier. Use the GetInsightSummaries action to retrieve an InsightId. |
StartTime |
[required] The estimated start time of the insight, in Unix time seconds. The StartTime is inclusive of the value provided and can't be more than 30 days old. |
EndTime |
[required] The estimated end time of the insight, in Unix time seconds. The EndTime is exclusive of the value provided. The time range between the start time and end time can't be more than six hours. |
NextToken |
Specify the pagination token returned by a previous request to retrieve the next page of results. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.