All Topics
All Topics
Technology
Technology
AI
AI
Business
Business
Entertainment
Entertainment
News
News
Programming
Programming
Security
Security
Science
Science
Design
Design
Environment
Environment
Finance
Finance
Crypto
Crypto
Politics
Politics
Sports
Sports
Education
Education
Gaming
Gaming
Art
Art
Music
Music
Health
Health
Books
Books
Food
Food
Travel
Travel
Personal
Personal
Bluesky
Twitter

DNS - Account-level DNS analytics now available via GraphQL Analytics API

1y ago

Source

CloudflareDNS - Account-level DNS analytics now available via GraphQL Analytics APIcloudflare.com
Snippet from the RSS feed
Authoritative DNS analytics are now available on the account level via the Cloudflare GraphQL Analytics API . This allows users to query DNS analytics across multiple zones in their account, by using the accounts filter. Here is an example to retrieve the most recent DNS queries across all zones in your account that resulted in an NXDOMAIN response over a given time frame. Please replace a30f822fcd7c401984bf85d8f2a5111c with your actual account ID. query GetLatestNXDOMAINResponses { viewer { accounts ( filter : { accountTag : "a30f822fcd7c401984bf85d8f2a5111c" }) { dnsAnalyticsAdaptive ( filter : { date_geq : "2025-06-16" date_leq : "2025-06-18" responseCode : "NXDOMAIN" } limit : 10000 orderBy : [ datetime_DESC ] ) { zoneTag queryName responseCode queryType datetime } } } } Run in GraphQL API Explorer To learn more and get started, refer to the DNS Analytics documentation .

You might also wanna read

Comments

Sign in to join the conversation.

No comments yet. Be the first.