Skip to content
Start here

Get DNS queries by DNSSEC awareness summary

client.Radar.DNS.Summary.DNSSECAware(ctx, query) (*DNSSummaryDNSSECAwareResponse, error)
GET/radar/dns/summary/dnssec_aware

Retrieves the distribution of DNS queries by DNSSEC (DNS Security Extensions) client awareness.

Security
API Token

The preferred authorization scheme for interacting with the Cloudflare API. Create a token.

Example:Authorization: Bearer Sn3lZJTBX6kkg7OdcBUAxOO963GEIyGQqnFTOFYY
API Email + API Key

The previous authorization scheme for interacting with the Cloudflare API, used in conjunction with a Global API key.

Example:X-Auth-Email: user@example.com

The previous authorization scheme for interacting with the Cloudflare API. When possible, use API tokens instead of Global API keys.

Example:X-Auth-Key: 144c9defac04969c7bfad8efaa8ea194
Accepted Permissions (at least one required)
User Details WriteUser Details Read
ParametersExpand Collapse
query DNSSummaryDNSSECAwareParams
ASN param.Field[[]string]Optional

Filters results by Autonomous System. Specify one or more Autonomous System Numbers (ASNs) as a comma-separated list. Prefix with - to exclude ASNs from results. For example, -174, 3356 excludes results from AS174, but includes results from AS3356.

Continent param.Field[[]string]Optional

Filters results by continent. Specify a comma-separated list of alpha-2 codes. Prefix with - to exclude continents from results. For example, -EU,NA excludes results from EU, but includes results from NA.

DateEnd param.Field[[]Time]Optional

End of the date range (inclusive).

DateRange param.Field[[]string]Optional

Filters results by date range. For example, use 7d and 7dcontrol to compare this week with the previous week. Use this parameter or set specific start and end dates (dateStart and dateEnd parameters).

DateStart param.Field[[]Time]Optional

Start of the date range.

Format param.Field[DNSSummaryDNSSECAwareParamsFormat]Optional

Format in which results will be returned.

const DNSSummaryDNSSECAwareParamsFormatJson DNSSummaryDNSSECAwareParamsFormat = "JSON"
const DNSSummaryDNSSECAwareParamsFormatCsv DNSSummaryDNSSECAwareParamsFormat = "CSV"
Location param.Field[[]string]Optional

Filters results by location. Specify a comma-separated list of alpha-2 codes. Prefix with - to exclude locations from results. For example, -US,PT excludes results from the US, but includes results from PT.

Name param.Field[[]string]Optional

Array of names used to label the series in the response.

Nodata param.Field[[]bool]Optional

Specifies whether the response includes empty DNS responses (NODATA).

Protocol param.Field[[]DNSSummaryDNSSECAwareParamsProtocol]Optional

Filters results by DNS transport protocol.

const DNSSummaryDNSSECAwareParamsProtocolUdp DNSSummaryDNSSECAwareParamsProtocol = "UDP"
const DNSSummaryDNSSECAwareParamsProtocolTCP DNSSummaryDNSSECAwareParamsProtocol = "TCP"
const DNSSummaryDNSSECAwareParamsProtocolHTTPS DNSSummaryDNSSECAwareParamsProtocol = "HTTPS"
const DNSSummaryDNSSECAwareParamsProtocolTLS DNSSummaryDNSSECAwareParamsProtocol = "TLS"
QueryType param.Field[[]DNSSummaryDNSSECAwareParamsQueryType]Optional

Filters results by DNS query type.

const DNSSummaryDNSSECAwareParamsQueryTypeA DNSSummaryDNSSECAwareParamsQueryType = "A"
const DNSSummaryDNSSECAwareParamsQueryTypeAAAA DNSSummaryDNSSECAwareParamsQueryType = "AAAA"
const DNSSummaryDNSSECAwareParamsQueryTypeA6 DNSSummaryDNSSECAwareParamsQueryType = "A6"
const DNSSummaryDNSSECAwareParamsQueryTypeAfsdb DNSSummaryDNSSECAwareParamsQueryType = "AFSDB"
const DNSSummaryDNSSECAwareParamsQueryTypeAny DNSSummaryDNSSECAwareParamsQueryType = "ANY"
const DNSSummaryDNSSECAwareParamsQueryTypeApl DNSSummaryDNSSECAwareParamsQueryType = "APL"
const DNSSummaryDNSSECAwareParamsQueryTypeAtma DNSSummaryDNSSECAwareParamsQueryType = "ATMA"
const DNSSummaryDNSSECAwareParamsQueryTypeAXFR DNSSummaryDNSSECAwareParamsQueryType = "AXFR"
const DNSSummaryDNSSECAwareParamsQueryTypeCAA DNSSummaryDNSSECAwareParamsQueryType = "CAA"
const DNSSummaryDNSSECAwareParamsQueryTypeCdnskey DNSSummaryDNSSECAwareParamsQueryType = "CDNSKEY"
const DNSSummaryDNSSECAwareParamsQueryTypeCds DNSSummaryDNSSECAwareParamsQueryType = "CDS"
const DNSSummaryDNSSECAwareParamsQueryTypeCERT DNSSummaryDNSSECAwareParamsQueryType = "CERT"
const DNSSummaryDNSSECAwareParamsQueryTypeCNAME DNSSummaryDNSSECAwareParamsQueryType = "CNAME"
const DNSSummaryDNSSECAwareParamsQueryTypeCsync DNSSummaryDNSSECAwareParamsQueryType = "CSYNC"
const DNSSummaryDNSSECAwareParamsQueryTypeDhcid DNSSummaryDNSSECAwareParamsQueryType = "DHCID"
const DNSSummaryDNSSECAwareParamsQueryTypeDlv DNSSummaryDNSSECAwareParamsQueryType = "DLV"
const DNSSummaryDNSSECAwareParamsQueryTypeDname DNSSummaryDNSSECAwareParamsQueryType = "DNAME"
const DNSSummaryDNSSECAwareParamsQueryTypeDNSKEY DNSSummaryDNSSECAwareParamsQueryType = "DNSKEY"
const DNSSummaryDNSSECAwareParamsQueryTypeDoa DNSSummaryDNSSECAwareParamsQueryType = "DOA"
const DNSSummaryDNSSECAwareParamsQueryTypeDS DNSSummaryDNSSECAwareParamsQueryType = "DS"
const DNSSummaryDNSSECAwareParamsQueryTypeEid DNSSummaryDNSSECAwareParamsQueryType = "EID"
const DNSSummaryDNSSECAwareParamsQueryTypeEui48 DNSSummaryDNSSECAwareParamsQueryType = "EUI48"
const DNSSummaryDNSSECAwareParamsQueryTypeEui64 DNSSummaryDNSSECAwareParamsQueryType = "EUI64"
const DNSSummaryDNSSECAwareParamsQueryTypeGpos DNSSummaryDNSSECAwareParamsQueryType = "GPOS"
const DNSSummaryDNSSECAwareParamsQueryTypeGid DNSSummaryDNSSECAwareParamsQueryType = "GID"
const DNSSummaryDNSSECAwareParamsQueryTypeHinfo DNSSummaryDNSSECAwareParamsQueryType = "HINFO"
const DNSSummaryDNSSECAwareParamsQueryTypeHip DNSSummaryDNSSECAwareParamsQueryType = "HIP"
const DNSSummaryDNSSECAwareParamsQueryTypeHTTPS DNSSummaryDNSSECAwareParamsQueryType = "HTTPS"
const DNSSummaryDNSSECAwareParamsQueryTypeIpseckey DNSSummaryDNSSECAwareParamsQueryType = "IPSECKEY"
const DNSSummaryDNSSECAwareParamsQueryTypeIsdn DNSSummaryDNSSECAwareParamsQueryType = "ISDN"
const DNSSummaryDNSSECAwareParamsQueryTypeIxfr DNSSummaryDNSSECAwareParamsQueryType = "IXFR"
const DNSSummaryDNSSECAwareParamsQueryTypeKey DNSSummaryDNSSECAwareParamsQueryType = "KEY"
const DNSSummaryDNSSECAwareParamsQueryTypeKx DNSSummaryDNSSECAwareParamsQueryType = "KX"
const DNSSummaryDNSSECAwareParamsQueryTypeL32 DNSSummaryDNSSECAwareParamsQueryType = "L32"
const DNSSummaryDNSSECAwareParamsQueryTypeL64 DNSSummaryDNSSECAwareParamsQueryType = "L64"
const DNSSummaryDNSSECAwareParamsQueryTypeLOC DNSSummaryDNSSECAwareParamsQueryType = "LOC"
const DNSSummaryDNSSECAwareParamsQueryTypeLp DNSSummaryDNSSECAwareParamsQueryType = "LP"
const DNSSummaryDNSSECAwareParamsQueryTypeMaila DNSSummaryDNSSECAwareParamsQueryType = "MAILA"
const DNSSummaryDNSSECAwareParamsQueryTypeMailb DNSSummaryDNSSECAwareParamsQueryType = "MAILB"
const DNSSummaryDNSSECAwareParamsQueryTypeMB DNSSummaryDNSSECAwareParamsQueryType = "MB"
const DNSSummaryDNSSECAwareParamsQueryTypeMd DNSSummaryDNSSECAwareParamsQueryType = "MD"
const DNSSummaryDNSSECAwareParamsQueryTypeMf DNSSummaryDNSSECAwareParamsQueryType = "MF"
const DNSSummaryDNSSECAwareParamsQueryTypeMg DNSSummaryDNSSECAwareParamsQueryType = "MG"
const DNSSummaryDNSSECAwareParamsQueryTypeMinfo DNSSummaryDNSSECAwareParamsQueryType = "MINFO"
const DNSSummaryDNSSECAwareParamsQueryTypeMr DNSSummaryDNSSECAwareParamsQueryType = "MR"
const DNSSummaryDNSSECAwareParamsQueryTypeMX DNSSummaryDNSSECAwareParamsQueryType = "MX"
const DNSSummaryDNSSECAwareParamsQueryTypeNAPTR DNSSummaryDNSSECAwareParamsQueryType = "NAPTR"
const DNSSummaryDNSSECAwareParamsQueryTypeNb DNSSummaryDNSSECAwareParamsQueryType = "NB"
const DNSSummaryDNSSECAwareParamsQueryTypeNbstat DNSSummaryDNSSECAwareParamsQueryType = "NBSTAT"
const DNSSummaryDNSSECAwareParamsQueryTypeNid DNSSummaryDNSSECAwareParamsQueryType = "NID"
const DNSSummaryDNSSECAwareParamsQueryTypeNimloc DNSSummaryDNSSECAwareParamsQueryType = "NIMLOC"
const DNSSummaryDNSSECAwareParamsQueryTypeNinfo DNSSummaryDNSSECAwareParamsQueryType = "NINFO"
const DNSSummaryDNSSECAwareParamsQueryTypeNS DNSSummaryDNSSECAwareParamsQueryType = "NS"
const DNSSummaryDNSSECAwareParamsQueryTypeNsap DNSSummaryDNSSECAwareParamsQueryType = "NSAP"
const DNSSummaryDNSSECAwareParamsQueryTypeNsec DNSSummaryDNSSECAwareParamsQueryType = "NSEC"
const DNSSummaryDNSSECAwareParamsQueryTypeNsec3 DNSSummaryDNSSECAwareParamsQueryType = "NSEC3"
const DNSSummaryDNSSECAwareParamsQueryTypeNsec3Param DNSSummaryDNSSECAwareParamsQueryType = "NSEC3PARAM"
const DNSSummaryDNSSECAwareParamsQueryTypeNull DNSSummaryDNSSECAwareParamsQueryType = "NULL"
const DNSSummaryDNSSECAwareParamsQueryTypeNxt DNSSummaryDNSSECAwareParamsQueryType = "NXT"
const DNSSummaryDNSSECAwareParamsQueryTypeOpenpgpkey DNSSummaryDNSSECAwareParamsQueryType = "OPENPGPKEY"
const DNSSummaryDNSSECAwareParamsQueryTypeOpt DNSSummaryDNSSECAwareParamsQueryType = "OPT"
const DNSSummaryDNSSECAwareParamsQueryTypePTR DNSSummaryDNSSECAwareParamsQueryType = "PTR"
const DNSSummaryDNSSECAwareParamsQueryTypePx DNSSummaryDNSSECAwareParamsQueryType = "PX"
const DNSSummaryDNSSECAwareParamsQueryTypeRkey DNSSummaryDNSSECAwareParamsQueryType = "RKEY"
const DNSSummaryDNSSECAwareParamsQueryTypeRp DNSSummaryDNSSECAwareParamsQueryType = "RP"
const DNSSummaryDNSSECAwareParamsQueryTypeRrsig DNSSummaryDNSSECAwareParamsQueryType = "RRSIG"
const DNSSummaryDNSSECAwareParamsQueryTypeRt DNSSummaryDNSSECAwareParamsQueryType = "RT"
const DNSSummaryDNSSECAwareParamsQueryTypeSig DNSSummaryDNSSECAwareParamsQueryType = "SIG"
const DNSSummaryDNSSECAwareParamsQueryTypeSink DNSSummaryDNSSECAwareParamsQueryType = "SINK"
const DNSSummaryDNSSECAwareParamsQueryTypeSMIMEA DNSSummaryDNSSECAwareParamsQueryType = "SMIMEA"
const DNSSummaryDNSSECAwareParamsQueryTypeSOA DNSSummaryDNSSECAwareParamsQueryType = "SOA"
const DNSSummaryDNSSECAwareParamsQueryTypeSPF DNSSummaryDNSSECAwareParamsQueryType = "SPF"
const DNSSummaryDNSSECAwareParamsQueryTypeSRV DNSSummaryDNSSECAwareParamsQueryType = "SRV"
const DNSSummaryDNSSECAwareParamsQueryTypeSSHFP DNSSummaryDNSSECAwareParamsQueryType = "SSHFP"
const DNSSummaryDNSSECAwareParamsQueryTypeSVCB DNSSummaryDNSSECAwareParamsQueryType = "SVCB"
const DNSSummaryDNSSECAwareParamsQueryTypeTa DNSSummaryDNSSECAwareParamsQueryType = "TA"
const DNSSummaryDNSSECAwareParamsQueryTypeTalink DNSSummaryDNSSECAwareParamsQueryType = "TALINK"
const DNSSummaryDNSSECAwareParamsQueryTypeTkey DNSSummaryDNSSECAwareParamsQueryType = "TKEY"
const DNSSummaryDNSSECAwareParamsQueryTypeTLSA DNSSummaryDNSSECAwareParamsQueryType = "TLSA"
const DNSSummaryDNSSECAwareParamsQueryTypeTSIG DNSSummaryDNSSECAwareParamsQueryType = "TSIG"
const DNSSummaryDNSSECAwareParamsQueryTypeTXT DNSSummaryDNSSECAwareParamsQueryType = "TXT"
const DNSSummaryDNSSECAwareParamsQueryTypeUinfo DNSSummaryDNSSECAwareParamsQueryType = "UINFO"
const DNSSummaryDNSSECAwareParamsQueryTypeUID DNSSummaryDNSSECAwareParamsQueryType = "UID"
const DNSSummaryDNSSECAwareParamsQueryTypeUnspec DNSSummaryDNSSECAwareParamsQueryType = "UNSPEC"
const DNSSummaryDNSSECAwareParamsQueryTypeURI DNSSummaryDNSSECAwareParamsQueryType = "URI"
const DNSSummaryDNSSECAwareParamsQueryTypeWks DNSSummaryDNSSECAwareParamsQueryType = "WKS"
const DNSSummaryDNSSECAwareParamsQueryTypeX25 DNSSummaryDNSSECAwareParamsQueryType = "X25"
const DNSSummaryDNSSECAwareParamsQueryTypeZonemd DNSSummaryDNSSECAwareParamsQueryType = "ZONEMD"
ResponseCode param.Field[[]DNSSummaryDNSSECAwareParamsResponseCode]Optional

Filters results by DNS response code.

const DNSSummaryDNSSECAwareParamsResponseCodeNoerror DNSSummaryDNSSECAwareParamsResponseCode = "NOERROR"
const DNSSummaryDNSSECAwareParamsResponseCodeFormerr DNSSummaryDNSSECAwareParamsResponseCode = "FORMERR"
const DNSSummaryDNSSECAwareParamsResponseCodeServfail DNSSummaryDNSSECAwareParamsResponseCode = "SERVFAIL"
const DNSSummaryDNSSECAwareParamsResponseCodeNxdomain DNSSummaryDNSSECAwareParamsResponseCode = "NXDOMAIN"
const DNSSummaryDNSSECAwareParamsResponseCodeNotimp DNSSummaryDNSSECAwareParamsResponseCode = "NOTIMP"
const DNSSummaryDNSSECAwareParamsResponseCodeRefused DNSSummaryDNSSECAwareParamsResponseCode = "REFUSED"
const DNSSummaryDNSSECAwareParamsResponseCodeYxdomain DNSSummaryDNSSECAwareParamsResponseCode = "YXDOMAIN"
const DNSSummaryDNSSECAwareParamsResponseCodeYxrrset DNSSummaryDNSSECAwareParamsResponseCode = "YXRRSET"
const DNSSummaryDNSSECAwareParamsResponseCodeNxrrset DNSSummaryDNSSECAwareParamsResponseCode = "NXRRSET"
const DNSSummaryDNSSECAwareParamsResponseCodeNotauth DNSSummaryDNSSECAwareParamsResponseCode = "NOTAUTH"
const DNSSummaryDNSSECAwareParamsResponseCodeNotzone DNSSummaryDNSSECAwareParamsResponseCode = "NOTZONE"
const DNSSummaryDNSSECAwareParamsResponseCodeBadsig DNSSummaryDNSSECAwareParamsResponseCode = "BADSIG"
const DNSSummaryDNSSECAwareParamsResponseCodeBadkey DNSSummaryDNSSECAwareParamsResponseCode = "BADKEY"
const DNSSummaryDNSSECAwareParamsResponseCodeBadtime DNSSummaryDNSSECAwareParamsResponseCode = "BADTIME"
const DNSSummaryDNSSECAwareParamsResponseCodeBadmode DNSSummaryDNSSECAwareParamsResponseCode = "BADMODE"
const DNSSummaryDNSSECAwareParamsResponseCodeBadname DNSSummaryDNSSECAwareParamsResponseCode = "BADNAME"
const DNSSummaryDNSSECAwareParamsResponseCodeBadalg DNSSummaryDNSSECAwareParamsResponseCode = "BADALG"
const DNSSummaryDNSSECAwareParamsResponseCodeBadtrunc DNSSummaryDNSSECAwareParamsResponseCode = "BADTRUNC"
const DNSSummaryDNSSECAwareParamsResponseCodeBadcookie DNSSummaryDNSSECAwareParamsResponseCode = "BADCOOKIE"
TLD param.Field[[]string]Optional

Filters results by top-level domain.

ReturnsExpand Collapse
type DNSSummaryDNSSECAwareResponse struct{…}
Meta DNSSummaryDNSSECAwareResponseMeta

Metadata for the results.

ConfidenceInfo DNSSummaryDNSSECAwareResponseMetaConfidenceInfo
Annotations []DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotation
DataSource DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSource

Data source for annotations.

One of the following:
const DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSourceAll DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSource = "ALL"
const DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSourceAIBots DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSource = "AI_BOTS"
const DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSourceAIGateway DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSource = "AI_GATEWAY"
const DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSourceBGP DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSource = "BGP"
const DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSourceBots DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSource = "BOTS"
const DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSourceConnectionAnomaly DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSource = "CONNECTION_ANOMALY"
const DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSourceCT DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSource = "CT"
const DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSourceDNS DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSource = "DNS"
const DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSourceDNSMagnitude DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSource = "DNS_MAGNITUDE"
const DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSourceDNSAS112 DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSource = "DNS_AS112"
const DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSourceDos DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSource = "DOS"
const DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSourceEmailRouting DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSource = "EMAIL_ROUTING"
const DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSourceEmailSecurity DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSource = "EMAIL_SECURITY"
const DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSourceFw DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSource = "FW"
const DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSourceFwPg DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSource = "FW_PG"
const DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSourceHTTP DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSource = "HTTP"
const DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSourceHTTPControl DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSource = "HTTP_CONTROL"
const DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSourceHTTPCrawlerReferer DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSource = "HTTP_CRAWLER_REFERER"
const DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSourceHTTPOrigins DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSource = "HTTP_ORIGINS"
const DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSourceIQI DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSource = "IQI"
const DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSourceLeakedCredentials DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSource = "LEAKED_CREDENTIALS"
const DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSourceNet DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSource = "NET"
const DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSourceRobotsTXT DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSource = "ROBOTS_TXT"
const DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSourceSpeed DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSource = "SPEED"
const DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSourceWorkersAI DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsDataSource = "WORKERS_AI"
Description string
EndDate Time
formatdate-time
EventType DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsEventType

Event type for annotations.

One of the following:
const DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsEventTypeEvent DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsEventType = "EVENT"
const DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsEventTypeGeneral DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsEventType = "GENERAL"
const DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsEventTypeOutage DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsEventType = "OUTAGE"
const DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsEventTypePartialProjection DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsEventType = "PARTIAL_PROJECTION"
const DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsEventTypePipeline DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsEventType = "PIPELINE"
const DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsEventTypeTrafficAnomaly DNSSummaryDNSSECAwareResponseMetaConfidenceInfoAnnotationsEventType = "TRAFFIC_ANOMALY"
IsInstantaneous bool

Whether event is a single point in time or a time range.

LinkedURL string
formaturi
StartDate Time
formatdate-time
Tags []stringOptional
Level int64

Provides an indication of how much confidence Cloudflare has in the data.

DateRange []DNSSummaryDNSSECAwareResponseMetaDateRange
EndTime Time

Adjusted end of date range.

formatdate-time
StartTime Time

Adjusted start of date range.

formatdate-time
LastUpdated Time

Timestamp of the last dataset update.

formatdate-time
Normalization DNSSummaryDNSSECAwareResponseMetaNormalization

Normalization method applied to the results. Refer to Normalization methods.

One of the following:
const DNSSummaryDNSSECAwareResponseMetaNormalizationPercentage DNSSummaryDNSSECAwareResponseMetaNormalization = "PERCENTAGE"
const DNSSummaryDNSSECAwareResponseMetaNormalizationMin0Max DNSSummaryDNSSECAwareResponseMetaNormalization = "MIN0_MAX"
const DNSSummaryDNSSECAwareResponseMetaNormalizationMinMax DNSSummaryDNSSECAwareResponseMetaNormalization = "MIN_MAX"
const DNSSummaryDNSSECAwareResponseMetaNormalizationRawValues DNSSummaryDNSSECAwareResponseMetaNormalization = "RAW_VALUES"
const DNSSummaryDNSSECAwareResponseMetaNormalizationPercentageChange DNSSummaryDNSSECAwareResponseMetaNormalization = "PERCENTAGE_CHANGE"
const DNSSummaryDNSSECAwareResponseMetaNormalizationRollingAverage DNSSummaryDNSSECAwareResponseMetaNormalization = "ROLLING_AVERAGE"
const DNSSummaryDNSSECAwareResponseMetaNormalizationOverlappedPercentage DNSSummaryDNSSECAwareResponseMetaNormalization = "OVERLAPPED_PERCENTAGE"
const DNSSummaryDNSSECAwareResponseMetaNormalizationRatio DNSSummaryDNSSECAwareResponseMetaNormalization = "RATIO"
Units []DNSSummaryDNSSECAwareResponseMetaUnit

Measurement units for the results.

Name string
Value string
Summary0 DNSSummaryDNSSECAwareResponseSummary0
NotSupported string

A numeric string.

Supported string

A numeric string.

Get DNS queries by DNSSEC awareness summary

package main

import (
  "context"
  "fmt"

  "github.com/stainless-sdks/cloudflare-go"
  "github.com/stainless-sdks/cloudflare-go/option"
  "github.com/stainless-sdks/cloudflare-go/radar"
)

func main() {
  client := cloudflare.NewClient(
    option.WithAPIToken("Sn3lZJTBX6kkg7OdcBUAxOO963GEIyGQqnFTOFYY"),
  )
  response, err := client.Radar.DNS.Summary.DNSSECAware(context.TODO(), radar.DNSSummaryDNSSECAwareParams{

  })
  if err != nil {
    panic(err.Error())
  }
  fmt.Printf("%+v\n", response.Meta)
}
{
  "result": {
    "meta": {
      "confidenceInfo": {
        "annotations": [
          {
            "dataSource": "ALL",
            "description": "Cable cut in Tonga",
            "endDate": "2019-12-27T18:11:19.117Z",
            "eventType": "EVENT",
            "isInstantaneous": true,
            "linkedUrl": "https://example.com",
            "startDate": "2019-12-27T18:11:19.117Z",
            "tags": [
              "BOT_CLASS"
            ]
          }
        ],
        "level": 0
      },
      "dateRange": [
        {
          "endTime": "2022-09-17T10:22:57.555Z",
          "startTime": "2022-09-16T10:22:57.555Z"
        }
      ],
      "lastUpdated": "2019-12-27T18:11:19.117Z",
      "normalization": "PERCENTAGE",
      "units": [
        {
          "name": "*",
          "value": "requests"
        }
      ]
    },
    "summary_0": {
      "NOT_SUPPORTED": "10",
      "SUPPORTED": "10"
    }
  },
  "success": true
}
Returns Examples
{
  "result": {
    "meta": {
      "confidenceInfo": {
        "annotations": [
          {
            "dataSource": "ALL",
            "description": "Cable cut in Tonga",
            "endDate": "2019-12-27T18:11:19.117Z",
            "eventType": "EVENT",
            "isInstantaneous": true,
            "linkedUrl": "https://example.com",
            "startDate": "2019-12-27T18:11:19.117Z",
            "tags": [
              "BOT_CLASS"
            ]
          }
        ],
        "level": 0
      },
      "dateRange": [
        {
          "endTime": "2022-09-17T10:22:57.555Z",
          "startTime": "2022-09-16T10:22:57.555Z"
        }
      ],
      "lastUpdated": "2019-12-27T18:11:19.117Z",
      "normalization": "PERCENTAGE",
      "units": [
        {
          "name": "*",
          "value": "requests"
        }
      ]
    },
    "summary_0": {
      "NOT_SUPPORTED": "10",
      "SUPPORTED": "10"
    }
  },
  "success": true
}