Amazon X-Ray · JSON Structure

Xray Get Insight Impact Graph Result Structure

GetInsightImpactGraphResult schema from Amazon X-Ray API

Type: object Properties: 7
Application PerformanceDebuggingDistributed TracingMonitoringObservability

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

Properties

InsightId StartTime EndTime ServiceGraphStartTime ServiceGraphEndTime Services NextToken

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "InsightId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InsightId"
        },
        {
          "description": "The insight's unique identifier."
        }
      ]
    },
    "StartTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The provided start time."
        }
      ]
    },
    "EndTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The provided end time. "
        }
      ]
    },
    "ServiceGraphStartTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The time, in Unix seconds, at which the service graph started."
        }
      ]
    },
    "ServiceGraphEndTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The time, in Unix seconds, at which the service graph ended."
        }
      ]
    },
    "Services": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InsightImpactGraphServiceList"
        },
        {
          "description": "The Amazon Web Services instrumented services related to the insight."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Token"
        },
        {
          "description": "Pagination token."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "GetInsightImpactGraphResult",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-structure/xray-get-insight-impact-graph-result-structure.json",
  "description": "GetInsightImpactGraphResult schema from Amazon X-Ray API"
}