Amazon X-Ray · Example Payload

Xray Get Insight Impact Graph Result Example

Application PerformanceDebuggingDistributed TracingMonitoringObservability

Xray Get Insight Impact Graph Result Example is an example object payload from Amazon X-Ray, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

InsightIdStartTimeEndTimeServiceGraphStartTimeServiceGraphEndTimeServicesNextToken

Example Payload

Raw ↑
{
  "InsightId": "trace-abc123def456",
  "StartTime": "example-value",
  "EndTime": "example-value",
  "ServiceGraphStartTime": "example-value",
  "ServiceGraphEndTime": "example-value",
  "Services": "example-value",
  "NextToken": "example-value"
}