Locations
Get top locations by HTTP requests
client.Radar.HTTP.Locations.Get(ctx, query) (*HTTPLocationGetResponse, error)
GET/radar/http/top/locations
LocationsBot Class
Get top locations by HTTP requests for a bot class
client.Radar.HTTP.Locations.BotClass.Get(ctx, botClass, query) (*HTTPLocationBotClassGetResponse, error)
GET/radar/http/top/locations/bot_class/{bot_class}
LocationsDevice Type
Get top locations by HTTP requests for a device type
client.Radar.HTTP.Locations.DeviceType.Get(ctx, deviceType, query) (*HTTPLocationDeviceTypeGetResponse, error)
GET/radar/http/top/locations/device_type/{device_type}
LocationsHTTP Protocol
Get top locations by HTTP requests for an HTTP protocol
client.Radar.HTTP.Locations.HTTPProtocol.Get(ctx, httpProtocol, query) (*HTTPLocationHTTPProtocolGetResponse, error)
GET/radar/http/top/locations/http_protocol/{http_protocol}
LocationsHTTP Method
Get top locations by HTTP requests for an HTTP version
client.Radar.HTTP.Locations.HTTPMethod.Get(ctx, httpVersion, query) (*HTTPLocationHTTPMethodGetResponse, error)
GET/radar/http/top/locations/http_version/{http_version}
LocationsIP Version
Get top locations by HTTP requests for an IP version
client.Radar.HTTP.Locations.IPVersion.Get(ctx, ipVersion, query) (*HTTPLocationIPVersionGetResponse, error)
GET/radar/http/top/locations/ip_version/{ip_version}
LocationsOS
Get top locations by HTTP requests for an OS
client.Radar.HTTP.Locations.OS.Get(ctx, os, query) (*HTTPLocationOSGetResponse, error)
GET/radar/http/top/locations/os/{os}
LocationsTLS Version
Get top locations by HTTP requests for a TLS version
client.Radar.HTTP.Locations.TLSVersion.Get(ctx, tlsVersion, query) (*HTTPLocationTLSVersionGetResponse, error)
GET/radar/http/top/locations/tls_version/{tls_version}
LocationsBrowser Family
Get top locations by HTTP requests for a browser family
client.Radar.HTTP.Locations.BrowserFamily.Get(ctx, browserFamily, query) (*HTTPLocationBrowserFamilyGetResponse, error)
GET/radar/http/top/locations/browser_family/{browser_family}