{ "opencollection": "1.0.0", "info": { "name": "AWS X-Ray Encryption Service Graph API", "version": "2016-04-12" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Service Graph", "type": "folder" }, "items": [ { "info": { "name": "AWS X-Ray Get the Service Graph", "type": "http" }, "http": { "method": "POST", "url": "https://xray.{region}.amazonaws.com/ServiceGraph", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves a document that describes services that process incoming requests, and downstream services that they call as a result." }, { "info": { "name": "AWS X-Ray Get Time Series Service Statistics", "type": "http" }, "http": { "method": "POST", "url": "https://xray.{region}.amazonaws.com/TimeSeriesServiceStatistics", "body": { "type": "json", "data": "{}" } }, "docs": "Get an aggregation of service statistics over a time period." } ] } ], "bundled": true }