{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Magic GRE Tunnels API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Magic GRE Tunnels", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List GRE tunnels", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/magic/gre_tunnels", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Lists GRE tunnels associated with an account." }, { "info": { "name": "APIs.io Engineering Platform Create GRE tunnels", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/magic/gre_tunnels", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates new GRE tunnels. Use `?validate_only=true` as an optional query parameter to only run validation without persisting changes." }, { "info": { "name": "APIs.io Engineering Platform Update multiple GRE tunnels", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/magic/gre_tunnels", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates multiple GRE tunnels. Use `?validate_only=true` as an optional query parameter to only run validation without persisting changes." }, { "info": { "name": "APIs.io Engineering Platform List GRE Tunnel Details", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/magic/gre_tunnels/:gre_tunnel_id", "params": [ { "name": "gre_tunnel_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Lists informtion for a specific GRE tunnel." }, { "info": { "name": "APIs.io Engineering Platform Update GRE Tunnel", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/magic/gre_tunnels/:gre_tunnel_id", "params": [ { "name": "gre_tunnel_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a specific GRE tunnel. Use `?validate_only=true` as an optional query parameter to only run validation without persisting changes." }, { "info": { "name": "APIs.io Engineering Platform Delete GRE Tunnel", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/magic/gre_tunnels/:gre_tunnel_id", "params": [ { "name": "gre_tunnel_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Disables and removes a specific static GRE tunnel. Use `?validate_only=true` as an optional query parameter to only run validation without persisting changes." } ] } ], "bundled": true }