{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 IP Address Management Address Maps API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "IP Address Management Address Maps", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List Address Maps", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/addressing/address_maps", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "List all address maps owned by the account." }, { "info": { "name": "APIs.io Engineering Platform Create Address Map", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/addressing/address_maps", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new address map under the account." }, { "info": { "name": "APIs.io Engineering Platform Address Map Details", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/addressing/address_maps/:address_map_id", "params": [ { "name": "address_map_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Show a particular address map owned by the account." }, { "info": { "name": "APIs.io Engineering Platform Update Address Map", "type": "http" }, "http": { "method": "PATCH", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/addressing/address_maps/:address_map_id", "params": [ { "name": "address_map_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modify properties of an address map owned by the account." }, { "info": { "name": "APIs.io Engineering Platform Delete Address Map", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/addressing/address_maps/:address_map_id", "params": [ { "name": "address_map_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete a particular address map owned by the account. An Address Map must be disabled before it can be deleted." }, { "info": { "name": "APIs.io Engineering Platform Add an account membership to an Address Map", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/addressing/address_maps/:address_map_id/accounts/:account_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "address_map_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add an account as a member of a particular address map." }, { "info": { "name": "APIs.io Engineering Platform Remove an account membership from an Address Map", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/addressing/address_maps/:address_map_id/accounts/:account_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "address_map_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Remove an account as a member of a particular address map." }, { "info": { "name": "APIs.io Engineering Platform Add an IP to an Address Map", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/addressing/address_maps/:address_map_id/ips/:ip_address", "params": [ { "name": "ip_address", "value": "", "type": "path" }, { "name": "address_map_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add an IP from a prefix owned by the account to a particular address map." }, { "info": { "name": "APIs.io Engineering Platform Remove an IP from an Address Map", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/addressing/address_maps/:address_map_id/ips/:ip_address", "params": [ { "name": "ip_address", "value": "", "type": "path" }, { "name": "address_map_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Remove an IP from a particular address map." }, { "info": { "name": "APIs.io Engineering Platform Add a zone membership to an Address Map", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/addressing/address_maps/:address_map_id/zones/:zone_id", "params": [ { "name": "zone_id", "value": "", "type": "path" }, { "name": "address_map_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a zone as a member of a particular address map." }, { "info": { "name": "APIs.io Engineering Platform Remove a zone membership from an Address Map", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/addressing/address_maps/:address_map_id/zones/:zone_id", "params": [ { "name": "zone_id", "value": "", "type": "path" }, { "name": "address_map_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Remove a zone as a member of a particular address map." } ] } ], "bundled": true }