Summary
Get AS112 DNS queries by DNSSEC summary
Deprecated
radar.as112.summary.dnssec(SummaryDNSSECParams**kwargs) -> SummaryDNSSECResponse
GET/radar/as112/summary/dnssec
Get AS112 DNS queries by EDNS summary
Deprecated
radar.as112.summary.edns(SummaryEdnsParams**kwargs) -> SummaryEdnsResponse
GET/radar/as112/summary/edns
Get AS112 DNS queries by IP version summary
Deprecated
radar.as112.summary.ip_version(SummaryIPVersionParams**kwargs) -> SummaryIPVersionResponse
GET/radar/as112/summary/ip_version
Get AS112 DNS queries by DNS protocol summary
Deprecated
radar.as112.summary.protocol(SummaryProtocolParams**kwargs) -> SummaryProtocolResponse
GET/radar/as112/summary/protocol
Get AS112 DNS queries by type summary
Deprecated
radar.as112.summary.query_type(SummaryQueryTypeParams**kwargs) -> SummaryQueryTypeResponse
GET/radar/as112/summary/query_type
Get AS112 DNS queries by response code summary
Deprecated
radar.as112.summary.response_codes(SummaryResponseCodesParams**kwargs) -> SummaryResponseCodesResponse
GET/radar/as112/summary/response_codes
ModelsExpand Collapse
class SummaryDNSSECResponse: …
class SummaryDNSSECResponse: …
meta: MetaMetadata for the results.
meta: Meta
Metadata for the results.
confidence_info: MetaConfidenceInfo
confidence_info: 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 SummaryEdnsResponse: …
class SummaryEdnsResponse: …
meta: MetaMetadata for the results.
meta: Meta
Metadata for the results.
confidence_info: MetaConfidenceInfo
confidence_info: 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 SummaryIPVersionResponse: …
class SummaryIPVersionResponse: …
meta: MetaMetadata for the results.
meta: Meta
Metadata for the results.
confidence_info: MetaConfidenceInfo
confidence_info: 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 SummaryProtocolResponse: …
class SummaryProtocolResponse: …
meta: MetaMetadata for the results.
meta: Meta
Metadata for the results.
confidence_info: MetaConfidenceInfo
confidence_info: 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 SummaryQueryTypeResponse: …
class SummaryQueryTypeResponse: …
meta: MetaMetadata for the results.
meta: Meta
Metadata for the results.
confidence_info: MetaConfidenceInfo
confidence_info: 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 SummaryResponseCodesResponse: …
class SummaryResponseCodesResponse: …
meta: MetaMetadata for the results.
meta: Meta
Metadata for the results.
confidence_info: MetaConfidenceInfo
confidence_info: 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.