{ "opencollection": "1.0.0", "info": { "name": "Fastly Account ACL Events API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Fastly-Key", "value": "{{Fastly-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "List DDoS Events", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastly.com/ddos-protection/v1/events" }, "docs": "List DDoS Events" }, { "info": { "name": "Get DDoS Event By Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastly.com/ddos-protection/v1/events/:event_id", "params": [ { "name": "event_id", "value": "", "type": "path" } ] }, "docs": "Get DDoS Event By Id" } ] } ], "bundled": true }