Amazon X-Ray · JSON Structure

Xray Instance Id Detail Structure

A list of EC2 instance IDs corresponding to the segments in a trace.

Type: object Properties: 1
Application PerformanceDebuggingDistributed TracingMonitoringObservability

InstanceIdDetail 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

Id

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "Id": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The ID of a corresponding EC2 instance."
        }
      ]
    }
  },
  "description": "A list of EC2 instance IDs corresponding to the segments in a trace. ",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "InstanceIdDetail",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-structure/xray-instance-id-detail-structure.json"
}