xray_get_insight_impact_graph: Retrieves a service graph structure filtered by the specified...

View source: R/xray_operations.R

xray_get_insight_impact_graphR Documentation

Retrieves a service graph structure filtered by the specified insight

Description

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.

Usage

xray_get_insight_impact_graph(InsightId, StartTime, EndTime, NextToken = NULL)

Arguments

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.


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