Amazon X-Ray · Example Payload

Xray Service Example

Application PerformanceDebuggingDistributed TracingMonitoringObservability

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

Top-level fields

ReferenceIdNameNamesRootAccountIdTypeStateStartTimeEndTimeEdgesSummaryStatisticsDurationHistogramResponseTimeHistogram

Example Payload

Raw ↑
{
  "ReferenceId": "trace-abc123def456",
  "Name": "Example Service",
  "Names": "Example Service",
  "Root": "example-value",
  "AccountId": "trace-abc123def456",
  "Type": "AWS::Lambda::Function",
  "State": "example-value",
  "StartTime": "example-value",
  "EndTime": "example-value",
  "Edges": "example-value",
  "SummaryStatistics": "example-value",
  "DurationHistogram": "example-value",
  "ResponseTimeHistogram": "example-value"
}