Amazon X-Ray · JSON Structure

Xray Insight Impact Graph Edge Structure

The connection between two service in an insight impact graph.

Type: object Properties: 1
Application PerformanceDebuggingDistributed TracingMonitoringObservability

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

Properties

ReferenceId

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ReferenceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NullableInteger"
        },
        {
          "description": "Identifier of the edge. Unique within a service map."
        }
      ]
    }
  },
  "description": "The connection between two service in an insight impact graph.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "InsightImpactGraphEdge",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-structure/xray-insight-impact-graph-edge-structure.json"
}