Amazon X-Ray · JSON Structure

Xray Get Trace Graph Result Structure

GetTraceGraphResult schema from Amazon X-Ray API

Type: object Properties: 2
Application PerformanceDebuggingDistributed TracingMonitoringObservability

GetTraceGraphResult is a JSON Structure definition published by Amazon X-Ray, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Services NextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "Services": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ServiceList"
        },
        {
          "description": "The services that have processed one of the specified requests."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "Pagination token."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "GetTraceGraphResult",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-structure/xray-get-trace-graph-result-structure.json",
  "description": "GetTraceGraphResult schema from Amazon X-Ray API"
}