{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Tunnel Virtual Network API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Tunnel Virtual Network", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List virtual networks", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/teamnet/virtual_networks", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "is_default", "value": "", "type": "query" }, { "name": "is_deleted", "value": "", "type": "query" } ] }, "docs": "Lists and filters virtual networks in an account." }, { "info": { "name": "APIs.io Engineering Platform Create a virtual network", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/teamnet/virtual_networks", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a new virtual network to an account." }, { "info": { "name": "APIs.io Engineering Platform Get a virtual network", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/teamnet/virtual_networks/:virtual_network_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "virtual_network_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Get a virtual network." }, { "info": { "name": "APIs.io Engineering Platform Update a virtual network", "type": "http" }, "http": { "method": "PATCH", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/teamnet/virtual_networks/:virtual_network_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "virtual_network_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing virtual network." }, { "info": { "name": "APIs.io Engineering Platform Delete a virtual network", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/teamnet/virtual_networks/:virtual_network_id", "params": [ { "name": "virtual_network_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes an existing virtual network." } ] } ], "bundled": true }