Top
Get top locations by AS112 DNS queries
radar.as112.top.locations(TopLocationsParams**kwargs) -> TopLocationsResponse
GET/radar/as112/top/locations
Get top locations by AS112 DNS queries with DNSSEC support
radar.as112.top.dnssec(Literal["SUPPORTED", "NOT_SUPPORTED"]dnssec, TopDNSSECParams**kwargs) -> TopDNSSECResponse
GET/radar/as112/top/locations/dnssec/{dnssec}
Get top locations by AS112 DNS queries with EDNS support
radar.as112.top.edns(Literal["SUPPORTED", "NOT_SUPPORTED"]edns, TopEdnsParams**kwargs) -> TopEdnsResponse
GET/radar/as112/top/locations/edns/{edns}
Get top locations by AS112 DNS queries for an IP version
radar.as112.top.ip_version(Literal["IPv4", "IPv6"]ip_version, TopIPVersionParams**kwargs) -> TopIPVersionResponse
GET/radar/as112/top/locations/ip_version/{ip_version}
ModelsExpand Collapse
class TopLocationsResponse: …
class TopLocationsResponse: …
meta: MetaMetadata for the results.
meta: Meta
Metadata for the results.
confidence_info: Optional[MetaConfidenceInfo]
confidence_info: Optional[MetaConfidenceInfo]
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]Normalization method applied to the results. Refer to Normalization methods.
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]
Normalization method applied to the results. Refer to Normalization methods.
class TopDNSSECResponse: …
class TopDNSSECResponse: …
meta: MetaMetadata for the results.
meta: Meta
Metadata for the results.
confidence_info: Optional[MetaConfidenceInfo]
confidence_info: Optional[MetaConfidenceInfo]
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]Normalization method applied to the results. Refer to Normalization methods.
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]
Normalization method applied to the results. Refer to Normalization methods.
class TopEdnsResponse: …
class TopEdnsResponse: …
meta: MetaMetadata for the results.
meta: Meta
Metadata for the results.
confidence_info: Optional[MetaConfidenceInfo]
confidence_info: Optional[MetaConfidenceInfo]
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]Normalization method applied to the results. Refer to Normalization methods.
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]
Normalization method applied to the results. Refer to Normalization methods.
class TopIPVersionResponse: …
class TopIPVersionResponse: …
meta: MetaMetadata for the results.
meta: Meta
Metadata for the results.
confidence_info: Optional[MetaConfidenceInfo]
confidence_info: Optional[MetaConfidenceInfo]
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]Normalization method applied to the results. Refer to Normalization methods.
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]
Normalization method applied to the results. Refer to Normalization methods.