{ "opencollection": "1.0.0", "info": { "name": "Fastly Account ACL Rules API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Fastly-Key", "value": "{{Fastly-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Rules", "type": "folder" }, "items": [ { "info": { "name": "Get All Rules For An Event", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastly.com/ddos-protection/v1/events/:event_id/rules", "params": [ { "name": "event_id", "value": "", "type": "path" } ] }, "docs": "Get All Rules For An Event" }, { "info": { "name": "Get A Rule By Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastly.com/ddos-protection/v1/rules/:rule_id", "params": [ { "name": "rule_id", "value": "", "type": "path" } ] }, "docs": "Get A Rule By Id" }, { "info": { "name": "Update Rule", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.fastly.com/ddos-protection/v1/rules/:rule_id", "params": [ { "name": "rule_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Rule" } ] } ], "bundled": true }