Skip to content

Commit 1464bac

Browse files
authored
Updating api deprecations for Auth DNS + DNS Firewall legacy analytics
1 parent 6e8a8f3 commit 1464bac

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/content/release-notes/api-deprecations.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@ link: "/fundamentals/api/reference/deprecations/"
33
productName: API deprecations
44
productLink: "/fundamentals/"
55
entries:
6+
- publish_date: "2025-12-05"
7+
title: "Authoritative DNS and DNS Firewall Legacy Analytics"
8+
description: |-
9+
Deprecation date: December 2025
10+
11+
End of life date: 1st December 2026
12+
13+
The following REST APIs are deprecated and will reach their end of life on December 1, 2026.
14+
* [DNS Analytics API](https://developers.cloudflare.com/api/resources/dns/subresources/analytics/)
15+
* [DNS Firewall Analytics API](https://developers.cloudflare.com/api/resources/dns_firewall/subresources/analytics/)
16+
17+
All existing functionality is fully supported by Cloudflare’s GraphQL Analytics API, which provides improved performance, flexibility, and long-term support.
18+
Integrations using the REST API need to be migrated to the new GraphQL API before Dec 1, 2026 in order to ensure uninterrupted service.
19+
Deprecated APIs:
20+
* DNS Analytics API
21+
‘GET/zones/{zone_id}/dns_analytics/’
22+
* DNS Firewall Analytics API
23+
‘GET/accounts/{account_id}/dns_firewall/{dns_firewall_id}/dns_analytics/report’
24+
Replacements:
25+
* [GraphQL API for DNS Analytics](https://developers.cloudflare.com/analytics/graphql/dns-analytics/)
26+
* [GraphQL API for DNS Firewall Analytics](https://developers.cloudflare.com/analytics/graphql/dns-firewall-analytics/)
27+
628
- publish_date: "2025-11-03"
729
title: "Cloudflare Mirage"
830
description: |-

0 commit comments

Comments
 (0)