Amazon X-Ray · Example Payload

Xray Http Example

Application PerformanceDebuggingDistributed TracingMonitoringObservability

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

Top-level fields

HttpURLHttpStatusHttpMethodUserAgentClientIp

Example Payload

Raw ↑
{
  "HttpURL": "example-value",
  "HttpStatus": "ACTIVE",
  "HttpMethod": "example-value",
  "UserAgent": "example-value",
  "ClientIp": "example-value"
}