{ "opencollection": "1.0.0", "info": { "name": "AWS X-Ray Encryption Insights API", "version": "2016-04-12" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Insights", "type": "folder" }, "items": [ { "info": { "name": "AWS X-Ray Get Insight Summaries", "type": "http" }, "http": { "method": "POST", "url": "https://xray.{region}.amazonaws.com/Insights", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves the summaries of all insights for the specified group." }, { "info": { "name": "AWS X-Ray Get Insight Details", "type": "http" }, "http": { "method": "POST", "url": "https://xray.{region}.amazonaws.com/Insight", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves the summary information of an insight." } ] } ], "bundled": true }