{ "opencollection": "1.0.0", "info": { "name": "AWS X-Ray Encryption Sampling API", "version": "2016-04-12" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Sampling", "type": "folder" }, "items": [ { "info": { "name": "AWS X-Ray Get All Sampling Rules", "type": "http" }, "http": { "method": "POST", "url": "https://xray.{region}.amazonaws.com/SamplingRules", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves all sampling rules." }, { "info": { "name": "AWS X-Ray Create a Sampling Rule", "type": "http" }, "http": { "method": "POST", "url": "https://xray.{region}.amazonaws.com/CreateSamplingRule", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a rule to control sampling behavior for instrumented applications." }, { "info": { "name": "AWS X-Ray Update a Sampling Rule", "type": "http" }, "http": { "method": "POST", "url": "https://xray.{region}.amazonaws.com/UpdateSamplingRule", "body": { "type": "json", "data": "{}" } }, "docs": "Modifies a sampling rule's configuration." }, { "info": { "name": "AWS X-Ray Delete a Sampling Rule", "type": "http" }, "http": { "method": "POST", "url": "https://xray.{region}.amazonaws.com/DeleteSamplingRule", "body": { "type": "json", "data": "{}" } }, "docs": "Deletes a sampling rule." }, { "info": { "name": "AWS X-Ray Get Sampling Targets", "type": "http" }, "http": { "method": "POST", "url": "https://xray.{region}.amazonaws.com/SamplingTargets", "body": { "type": "json", "data": "{}" } }, "docs": "Requests a sampling quota for rules that the service is using to sample requests." } ] } ], "bundled": true }