{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Magic IPsec Tunnels API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Magic IPsec Tunnels", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List IPsec tunnels", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/magic/ipsec_tunnels", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Lists IPsec tunnels associated with an account." }, { "info": { "name": "APIs.io Engineering Platform Create IPsec tunnels", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/magic/ipsec_tunnels", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates new IPsec tunnels associated with an account. Use `?validate_only=true` as an optional query parameter to only run validation without persisting changes." }, { "info": { "name": "APIs.io Engineering Platform Update multiple IPsec tunnels", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/magic/ipsec_tunnels", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update multiple IPsec tunnels associated with an account. Use `?validate_only=true` as an optional query parameter to only run validation without persisting changes." }, { "info": { "name": "APIs.io Engineering Platform List IPsec tunnel details", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/magic/ipsec_tunnels/:ipsec_tunnel_id", "params": [ { "name": "ipsec_tunnel_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Lists details for a specific IPsec tunnel." }, { "info": { "name": "APIs.io Engineering Platform Update IPsec Tunnel", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/magic/ipsec_tunnels/:ipsec_tunnel_id", "params": [ { "name": "ipsec_tunnel_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a specific IPsec tunnel associated with an account. Use `?validate_only=true` as an optional query parameter to only run validation without persisting changes." }, { "info": { "name": "APIs.io Engineering Platform Delete IPsec Tunnel", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/magic/ipsec_tunnels/:ipsec_tunnel_id", "params": [ { "name": "ipsec_tunnel_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Disables and removes a specific static IPsec Tunnel associated with an account. Use `?validate_only=true` as an optional query parameter to only run validation without persisting changes." }, { "info": { "name": "APIs.io Engineering Platform Generate Pre Shared Key (PSK) for IPsec tunnels", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/magic/ipsec_tunnels/:ipsec_tunnel_id/psk_generate", "params": [ { "name": "ipsec_tunnel_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Generates a Pre Shared Key for a specific IPsec tunnel used in the IKE session. Use `?validate_only=true` as an optional query parameter to only run validation without persisting changes. After a PSK is generated, the PSK is immediately persisted to Cloudflare's edge and cannot be retrieved later. Note the PSK in a safe place." } ] } ], "bundled": true }