Amazon X-Ray · JSON Structure

Xray Get Sampling Targets Request Structure

GetSamplingTargetsRequest schema from Amazon X-Ray API

Type: object Properties: 1 Required: 1
Application PerformanceDebuggingDistributed TracingMonitoringObservability

GetSamplingTargetsRequest is a JSON Structure definition published by Amazon X-Ray, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

SamplingStatisticsDocuments

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

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "SamplingStatisticsDocuments"
  ],
  "name": "GetSamplingTargetsRequest",
  "properties": {
    "SamplingStatisticsDocuments": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SamplingStatisticsDocumentList"
        },
        {
          "description": "Information about rules that the service is using to sample requests."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-structure/xray-get-sampling-targets-request-structure.json",
  "description": "GetSamplingTargetsRequest schema from Amazon X-Ray API"
}