{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 DNS Firewall API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "DNS Firewall", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List DNS Firewall Clusters", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/dns_firewall", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" } ] }, "docs": "List DNS Firewall clusters for an account" }, { "info": { "name": "APIs.io Engineering Platform Create DNS Firewall Cluster", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/dns_firewall", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a DNS Firewall cluster" }, { "info": { "name": "APIs.io Engineering Platform DNS Firewall Cluster Details", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/dns_firewall/:dns_firewall_id", "params": [ { "name": "dns_firewall_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Show a single DNS Firewall cluster for an account" }, { "info": { "name": "APIs.io Engineering Platform Update DNS Firewall Cluster", "type": "http" }, "http": { "method": "PATCH", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/dns_firewall/:dns_firewall_id", "params": [ { "name": "dns_firewall_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modify the configuration of a DNS Firewall cluster" }, { "info": { "name": "APIs.io Engineering Platform Delete DNS Firewall Cluster", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/dns_firewall/:dns_firewall_id", "params": [ { "name": "dns_firewall_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete a DNS Firewall cluster" }, { "info": { "name": "APIs.io Engineering Platform Show DNS Firewall Cluster Reverse DNS", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/dns_firewall/:dns_firewall_id/reverse_dns", "params": [ { "name": "dns_firewall_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Show reverse DNS configuration (PTR records) for a DNS Firewall cluster" }, { "info": { "name": "APIs.io Engineering Platform Update DNS Firewall Cluster Reverse DNS", "type": "http" }, "http": { "method": "PATCH", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/dns_firewall/:dns_firewall_id/reverse_dns", "params": [ { "name": "dns_firewall_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update reverse DNS configuration (PTR records) for a DNS Firewall cluster" } ] } ], "bundled": true }