Amazon X-Ray · Example Payload

Xray Get Insight Events Request Example

Application PerformanceDebuggingDistributed TracingMonitoringObservability

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

Top-level fields

InsightIdMaxResultsNextToken

Example Payload

Raw ↑
{
  "InsightId": "trace-abc123def456",
  "MaxResults": "example-value",
  "NextToken": "example-value"
}