{ "opencollection": "1.0.0", "info": { "name": "Fastly Account ACL Traffic Stats API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Fastly-Key", "value": "{{Fastly-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Traffic Stats", "type": "folder" }, "items": [ { "info": { "name": "Get Traffic Stats For A Rule", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastly.com/ddos-protection/v1/events/:event_id/rules/:rule_id/traffic-stats", "params": [ { "name": "event_id", "value": "", "type": "path" }, { "name": "rule_id", "value": "", "type": "path" } ] }, "docs": "Get Traffic Stats For A Rule" } ] } ], "bundled": true }