{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Device Managed Networks API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Device Managed Networks", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List your device managed networks", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/devices/networks", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Fetches a list of managed networks for an account." }, { "info": { "name": "APIs.io Engineering Platform Create a device managed network", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/devices/networks", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new device managed network." }, { "info": { "name": "APIs.io Engineering Platform Get device managed network details", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/devices/networks/:network_id", "params": [ { "name": "network_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Fetches details for a single managed network." }, { "info": { "name": "APIs.io Engineering Platform Update a device managed network", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/devices/networks/:network_id", "params": [ { "name": "network_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a configured device managed network." }, { "info": { "name": "APIs.io Engineering Platform Delete a device managed network", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/devices/networks/:network_id", "params": [ { "name": "network_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes a device managed network and fetches a list of the remaining device managed networks for an account." } ] } ], "bundled": true }