AWS X-Ray · JSON Structure

X Ray Insightsummary Structure

Type: object Properties: 0
DebuggingDistributed TracingMicroservicesObservability

X Ray Insightsummary Structure is a JSON Structure definition published by AWS X-Ray. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "title": "InsightSummary",
  "type": "object",
  "fields": [
    {
      "name": "InsightId",
      "type": "string"
    },
    {
      "name": "GroupARN",
      "type": "string"
    },
    {
      "name": "GroupName",
      "type": "string"
    },
    {
      "name": "RootCauseServiceId",
      "type": "object"
    },
    {
      "name": "Categories",
      "type": "array"
    },
    {
      "name": "State",
      "type": "string"
    },
    {
      "name": "StartTime",
      "type": "datetime"
    },
    {
      "name": "EndTime",
      "type": "datetime"
    },
    {
      "name": "Summary",
      "type": "string"
    },
    {
      "name": "ClientRequestImpactStatistics",
      "type": "object"
    },
    {
      "name": "RootCauseServiceRequestImpactStatistics",
      "type": "object"
    },
    {
      "name": "TopAnomalousServices",
      "type": "array"
    },
    {
      "name": "LastUpdateTime",
      "type": "datetime"
    }
  ]
}