{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Radar Traffic Anomalies API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Radar Traffic Anomalies", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform Get latest Internet traffic anomalies.", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/radar/traffic_anomalies", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Limit the number of objects in the response." }, { "name": "offset", "value": "", "type": "query", "description": "Number of objects to skip before grabbing results." }, { "name": "dateRange", "value": "", "type": "query", "description": "Shorthand date ranges for the last X days - use when you don't need specific start and end dates." }, { "name": "dateStart", "value": "", "type": "query", "description": "Start of the date range (inclusive)." }, { "name": "dateEnd", "value": "", "type": "query", "description": "End of the date range (inclusive)." }, { "name": "status", "value": "", "type": "query" }, { "name": "asn", "value": "", "type": "query", "description": "Single ASN as integer." }, { "name": "location", "value": "", "type": "query", "description": "Location Alpha2 code." }, { "name": "format", "value": "", "type": "query", "description": "Format results are returned in." } ] }, "docs": "Internet traffic anomalies are signals that might point to an outage,\n These alerts are automatically detected by Radar and then manually verified by our team.\n This endpoint returns the latest alerts.\n " }, { "info": { "name": "APIs.io Engineering Platform Get top locations by total traffic anomalies generated.", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/radar/traffic_anomalies/locations", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Limit the number of objects in the response." }, { "name": "dateRange", "value": "", "type": "query", "description": "Shorthand date ranges for the last X days - use when you don't need specific start and end dates." }, { "name": "dateStart", "value": "", "type": "query", "description": "Start of the date range (inclusive)." }, { "name": "dateEnd", "value": "", "type": "query", "description": "End of the date range (inclusive)." }, { "name": "status", "value": "", "type": "query" }, { "name": "format", "value": "", "type": "query", "description": "Format results are returned in." } ] }, "docs": "Internet traffic anomalies are signals that might point to an outage,\n These alerts are automatically detected by Radar and then manually verified by our team.\n This endpoint returns the sum of alerts grouped by location.\n " } ] } ], "bundled": true }