{ "opencollection": "1.0.0", "info": { "name": "Fastly Account ACL WAF Firewalls API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Fastly-Key", "value": "{{Fastly-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "WAF Firewalls", "type": "folder" }, "items": [ { "info": { "name": "List WAF firewalls", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastly.com/waf/firewalls", "params": [ { "name": "page[number]", "value": "", "type": "query", "description": "The page number to retrieve." }, { "name": "page[size]", "value": "", "type": "query", "description": "The number of items per page." }, { "name": "filter[service_id]", "value": "", "type": "query", "description": "Filter firewalls by service ID." }, { "name": "include", "value": "", "type": "query", "description": "Related resources to include in the response." } ] }, "docs": "Retrieves a list of all WAF firewall instances associated with the account." }, { "info": { "name": "Create a WAF firewall", "type": "http" }, "http": { "method": "POST", "url": "https://api.fastly.com/waf/firewalls", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new WAF firewall instance associated with a Fastly service." }, { "info": { "name": "Get a WAF firewall", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastly.com/waf/firewalls/:firewall_id", "params": [ { "name": "firewall_id", "value": "", "type": "path", "description": "The alphanumeric string identifying the WAF firewall." } ] }, "docs": "Retrieves the details of a specific WAF firewall instance." }, { "info": { "name": "Update a WAF firewall", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.fastly.com/waf/firewalls/:firewall_id", "params": [ { "name": "firewall_id", "value": "", "type": "path", "description": "The alphanumeric string identifying the WAF firewall." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the configuration of a specific WAF firewall instance." }, { "info": { "name": "Delete a WAF firewall", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.fastly.com/waf/firewalls/:firewall_id", "params": [ { "name": "firewall_id", "value": "", "type": "path", "description": "The alphanumeric string identifying the WAF firewall." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes a specific WAF firewall instance." } ] } ], "bundled": true }