{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 IP Access Rules for an Account API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "IP Access Rules for an Account", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List IP Access rules", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_identifier/firewall/access_rules/rules", "params": [ { "name": "account_identifier", "value": "", "type": "path" }, { "name": "mode", "value": "", "type": "query" }, { "name": "configuration.target", "value": "", "type": "query" }, { "name": "configuration.value", "value": "", "type": "query" }, { "name": "notes", "value": "", "type": "query" }, { "name": "match", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "order", "value": "", "type": "query" }, { "name": "direction", "value": "", "type": "query" } ] }, "docs": "Fetches IP Access rules of an account. These rules apply to all the zones in the account. You can filter the results using several optional parameters." }, { "info": { "name": "APIs.io Engineering Platform Create an IP Access rule", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_identifier/firewall/access_rules/rules", "params": [ { "name": "account_identifier", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new IP Access rule for an account. The rule will apply to all zones in the account.\n\nNote: To create an IP Access rule that applies to a single zone, refer to the [IP Access rules for a zone](#ip-access-rules-for-a-zone) endpoints." }, { "info": { "name": "APIs.io Engineering Platform Get an IP Access rule", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_identifier/firewall/access_rules/rules/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path" }, { "name": "account_identifier", "value": "", "type": "path" } ] }, "docs": "Fetches the details of an IP Access rule defined at the account level." }, { "info": { "name": "APIs.io Engineering Platform Update an IP Access rule", "type": "http" }, "http": { "method": "PATCH", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_identifier/firewall/access_rules/rules/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path" }, { "name": "account_identifier", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an IP Access rule defined at the account level.\n\nNote: This operation will affect all zones in the account." }, { "info": { "name": "APIs.io Engineering Platform Delete an IP Access rule", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_identifier/firewall/access_rules/rules/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path" }, { "name": "account_identifier", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes an existing IP Access rule defined at the account level.\n\nNote: This operation will affect all zones in the account." } ] } ], "bundled": true }