{ "opencollection": "1.0.0", "info": { "name": "AWS X-Ray CreateGroup Traces API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Traces", "type": "folder" }, "items": [ { "info": { "name": "Amazon X-Ray Batch Get Traces", "type": "http" }, "http": { "method": "POST", "url": "http://xray.{region}.amazonaws.com/Traces", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "NextToken", "value": "", "type": "query", "description": "Pagination token" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves a list of traces specified by ID. Each trace is a collection of segment documents that originates from a single request. Use GetTraceSummaries to get a list of trace IDs." }, { "info": { "name": "Amazon X-Ray Get trace summaries", "type": "http" }, "http": { "method": "POST", "url": "http://xray.{region}.amazonaws.com/TraceSummaries", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves IDs and annotations for traces available for a specified time frame using an optional filter." } ] } ], "bundled": true }