Amazon X-Ray · JSON Structure

Xray Get Insight Events Result Structure

GetInsightEventsResult schema from Amazon X-Ray API

Type: object Properties: 2
Application PerformanceDebuggingDistributed TracingMonitoringObservability

GetInsightEventsResult 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

InsightEvents NextToken

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "InsightEvents": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InsightEventList"
        },
        {
          "description": "A detailed description of the event. This includes the time of the event, client and root cause impact statistics, and the top anomalous service at the time of the event."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Token"
        },
        {
          "description": "Use this token to retrieve the next page of insight events."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "GetInsightEventsResult",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-structure/xray-get-insight-events-result-structure.json",
  "description": "GetInsightEventsResult schema from Amazon X-Ray API"
}