Amazon X-Ray · Schema

GetTraceGraphRequest

GetTraceGraphRequest schema from Amazon X-Ray API

Application PerformanceDebuggingDistributed TracingMonitoringObservability

Properties

Name Type Description
TraceIds object
NextToken object
View JSON Schema on GitHub

JSON Schema

xray-get-trace-graph-request-schema.json Raw ↑
{
  "type": "object",
  "required": [
    "TraceIds"
  ],
  "title": "GetTraceGraphRequest",
  "properties": {
    "TraceIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TraceIdList"
        },
        {
          "description": "Trace IDs of requests for which to generate a service graph."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "Pagination token."
        }
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-schema/xray-get-trace-graph-request-schema.json",
  "description": "GetTraceGraphRequest schema from Amazon X-Ray API"
}