Amazon X-Ray · Schema

InstanceIdDetail

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

Application PerformanceDebuggingDistributed TracingMonitoringObservability

Properties

Name Type Description
Id object
View JSON Schema on GitHub

JSON Schema

xray-instance-id-detail-schema.json 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-schema.org/draft/2020-12/schema",
  "title": "InstanceIdDetail",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-schema/xray-instance-id-detail-schema.json"
}