v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1430232150.8 KB

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.

post/InsightImpactGraph

Request body

InsightIdstring required

The insight's unique identifier. Use the GetInsightSummaries action to retrieve an InsightId.

StartTimestring date-time 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.

EndTimestring date-time 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.

NextTokenstring

Specify the pagination token returned by a previous request to retrieve the next page of results.

Response

Success

InsightIdstring

The insight's unique identifier.

StartTimestring date-time

The provided start time.

EndTimestring date-time

The provided end time.

ServiceGraphStartTimestring date-time

The time, in Unix seconds, at which the service graph started.

ServiceGraphEndTimestring date-time

The time, in Unix seconds, at which the service graph ended.

NextTokenstring

Pagination token.