Amazon X-Ray · JSON Structure

Xray Insight Impact Graph Service Structure

Information about an application that processed requests, users that made requests, or downstream services, resources, and applications that an application used.

Type: object Properties: 6
Application PerformanceDebuggingDistributed TracingMonitoringObservability

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

Properties

ReferenceId Type Name Names AccountId Edges

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ReferenceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NullableInteger"
        },
        {
          "description": "Identifier for the service. Unique within the service map."
        }
      ]
    },
    "Type": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "<p>Identifier for the service. Unique within the service map.</p> <ul> <li> <p>Amazon Web Services Resource - The type of an Amazon Web Services resource. For example, AWS::EC2::Instance for an application running on Amazon EC2 or AWS::DynamoDB::Table for an Amazon DynamoDB table that the application used. </p> </li> <li> <p>Amazon Web Services Service - The type of an Amazon Web Services service. For example, AWS::DynamoDB for downstream calls to Amazon DynamoDB that didn't target a specific table. </p> </li> <li> <p>Amazon Web Services Service - The type of an Amazon Web Services service. For example, AWS::DynamoDB for downstream calls to Amazon DynamoDB that didn't target a specific table. </p> </li> <li> <p>remote - A downstream service of indeterminate type.</p> </li> </ul>"
        }
      ]
    },
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The canonical name of the service."
        }
      ]
    },
    "Names": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ServiceNames"
        },
        {
          "description": "A list of names for the service, including the canonical name."
        }
      ]
    },
    "AccountId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "Identifier of the Amazon Web Services account in which the service runs."
        }
      ]
    },
    "Edges": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InsightImpactGraphEdgeList"
        },
        {
          "description": "Connections to downstream services."
        }
      ]
    }
  },
  "description": "Information about an application that processed requests, users that made requests, or downstream services, resources, and applications that an application used. ",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "InsightImpactGraphService",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-structure/xray-insight-impact-graph-service-structure.json"
}