AWS X-Ray · Example Payload

X Ray Insight Example

DebuggingDistributed TracingMicroservicesObservability

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

Top-level fields

$schematitleexample

Example Payload

Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Insight",
  "example": {
    "InsightId": "example-x-ray-insight",
    "GroupARN": "example-x-ray-insight",
    "GroupName": "example-x-ray-insight",
    "RootCauseServiceId": {
      "Name": "example-x-ray-insight",
      "Names": [
        "example-x-ray-insight"
      ],
      "AccountId": "example-x-ray-insight",
      "Type": "example-x-ray-insight"
    },
    "Categories": [
      "example-x-ray-insight"
    ],
    "State": "ACTIVE"
  }
}