Amazon X-Ray · JSON Structure

Xray Get Insight Result Structure

GetInsightResult schema from Amazon X-Ray API

Type: object Properties: 1
Application PerformanceDebuggingDistributed TracingMonitoringObservability

GetInsightResult 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

Insight

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "Insight": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Insight"
        },
        {
          "description": "The summary information of an insight."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "GetInsightResult",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-structure/xray-get-insight-result-structure.json",
  "description": "GetInsightResult schema from Amazon X-Ray API"
}