{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 IP Address Management BGP Prefixes API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "IP Address Management BGP Prefixes", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List BGP Prefixes", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/addressing/prefixes/:prefix_id/bgp/prefixes", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "prefix_id", "value": "", "type": "path" } ] }, "docs": "List all BGP Prefixes within the specified IP Prefix. BGP Prefixes are used to control which specific subnets are advertised to the Internet. It is possible to advertise subnets more specific than an IP Prefix by creating more specific BGP Prefixes." }, { "info": { "name": "APIs.io Engineering Platform Fetch BGP Prefix", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/addressing/prefixes/:prefix_id/bgp/prefixes/:bgp_prefix_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "prefix_id", "value": "", "type": "path" }, { "name": "bgp_prefix_id", "value": "", "type": "path" } ] }, "docs": "Retrieve a single BGP Prefix according to its identifier" }, { "info": { "name": "APIs.io Engineering Platform Update BGP Prefix", "type": "http" }, "http": { "method": "PATCH", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/addressing/prefixes/:prefix_id/bgp/prefixes/:bgp_prefix_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "prefix_id", "value": "", "type": "path" }, { "name": "bgp_prefix_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of a BGP Prefix, such as the on demand advertisement status (advertised or withdrawn)." } ] } ], "bundled": true }