{ "opencollection": "1.0.0", "info": { "name": "Amazon Braket Devices API", "version": "2019-09-01" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Devices", "type": "folder" }, "items": [ { "info": { "name": "Get Device", "type": "http" }, "http": { "method": "GET", "url": "https://braket.us-east-1.amazonaws.com/device/:deviceArn", "params": [ { "name": "deviceArn", "value": "", "type": "path" } ] }, "docs": "Retrieves the devices available in Amazon Braket." }, { "info": { "name": "Search Devices", "type": "http" }, "http": { "method": "POST", "url": "https://braket.us-east-1.amazonaws.com/devices/search", "body": { "type": "json", "data": "{}" } }, "docs": "Searches for devices using the specified filters." } ] } ], "bundled": true }