Get HTTP requests by IP version summary
/radar/http/summary/ip_version Retrieves the distribution of HTTP requests by IP version.
Parameters
query Query Parameters
| Name | Type |
|---|---|
name Array of names used to label the series in the response. | string[] |
dateRange Filters results by date range. For example, use | string[] |
dateStart Start of the date range. | string[] |
dateEnd End of the date range (inclusive). | string[] |
asn Filters results by Autonomous System. Specify one or more Autonomous System Numbers (ASNs) as a comma-separated list. Prefix with | string[] |
location Filters results by location. Specify a comma-separated list of alpha-2 codes. Prefix with | string[] |
continent Filters results by continent. Specify a comma-separated list of alpha-2 codes. Prefix with | string[] |
botClass Filters results by bot class. Refer to Bot classes. | ("LIKELY_AUTOMATED" | "LIKELY_HUMAN")[] |
deviceType Filters results by device type. | ("DESKTOP" | "MOBILE" | "OTHER")[] |
httpProtocol Filters results by HTTP protocol (HTTP vs. HTTPS). | ("HTTP" | "HTTPS")[] |
httpVersion Filters results by HTTP version. | ("HTTPv1" | "HTTPv2" | "HTTPv3")[] |
os Filters results by operating system. | ("WINDOWS" | "MACOSX" | "IOS" | "ANDROID" | "CHROMEOS" | "LINUX" | "SMART_TV")[] |
tlsVersion Filters results by TLS version. | ("TLSv1_0" | "TLSv1_1" | "TLSv1_2" | "TLSv1_3" | "TLSvQUIC")[] |
browserFamily Filters results by browser family. | ("CHROME" | "EDGE" | "FIREFOX" | "SAFARI")[] |
format Format in which results will be returned. | "JSON" | "CSV" |
Responses
Successful response.
confidenceInfo: { ... };
dateRange: { ... }[];
lastUpdated: string;
normalization: "PERCENTAGE" | "MIN0_MAX" | "MIN_MAX" | "RAW_VALUES" | "PERCENTAGE_CHANGE" | "ROLLING_AVERAGE" | "OVERLAPPED_PERCENTAGE" | "RATIO";
units: { ... }[];
};summary_0: { IPv4: string;IPv6: string; }; };success: boolean; }
Client Errors
Bad request.