{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Botnet Threat Feed API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Botnet Threat Feed", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform Get daily report", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/botnet_feed/asn/:asn_id/day_report", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "asn_id", "value": "", "type": "path" }, { "name": "date", "value": "", "type": "query" } ] }, "docs": "Gets all the data the botnet tracking database has for a given ASN registered to user account for given date. If no date is given, it will return results for the previous day." }, { "info": { "name": "APIs.io Engineering Platform Get full report", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/botnet_feed/asn/:asn_id/full_report", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "asn_id", "value": "", "type": "path" } ] }, "docs": "Gets all the data the botnet threat feed tracking database has for a given ASN registered to user account." }, { "info": { "name": "APIs.io Engineering Platform Get list of ASNs", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/botnet_feed/configs/asn", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Gets a list of all ASNs registered for a user for the DDoS Botnet Feed API." }, { "info": { "name": "APIs.io Engineering Platform Delete an ASN", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/botnet_feed/configs/asn/:asn_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "asn_id", "value": "", "type": "path" } ] }, "docs": "Delete an ASN from botnet threat feed for a given user." } ] } ], "bundled": true }