Amazon X-Ray · Example Payload

Xray Unprocessed Trace Segment Example

Application PerformanceDebuggingDistributed TracingMonitoringObservability

Xray Unprocessed Trace Segment 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

IdErrorCodeMessage

Example Payload

Raw ↑
{
  "Id": "trace-abc123def456",
  "ErrorCode": "example-value",
  "Message": "example-value"
}