Skip to content

Commit e72d27e

Browse files
Adjust messaging around API (legacy) option
1 parent c62e8b2 commit e72d27e

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

src/content/docs/dns/dns-firewall/analytics.mdx

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,25 @@ sidebar:
66

77
---
88

9+
import { Badge } from "~/components";
10+
911
Consider the sections below to learn how to access analytics and logs for your DNS Firewall.
1012

1113
## Analytics
1214

15+
### GraphQL
16+
1317
Use the [GraphQL API](/analytics/graphql-api/) to access DNS Firewall analytics. Refer to the GraphQL Analytics API documentation for guidance on how to [get started](/analytics/graphql-api/getting-started/).
1418

1519
The DNS Firewall analytics has two [schemas](/analytics/graphql-api/getting-started/querying-basics/):
1620

1721
* `dnsFirewallAnalyticsAdaptive`: Retrieve information about individual DNS Firewall queries.
1822
* `dnsFirewallAnalyticsAdaptiveGroups`: Get reports on aggregate information only.
1923

20-
:::note
21-
GraphQL replaces the [Cloudflare API endpoint](/api/resources/dns_firewall/subresources/analytics/subresources/reports/methods/get/) for DNS Firewall Analytics.
22-
:::
24+
### Cloudflare API <Badge text="Legacy" variant="caution" size="medium" />
25+
26+
You can also use the DNS Firewall API [reports endpoint](/api/resources/dns_firewall/subresources/analytics/subresources/reports/).
27+
2328

2429
## Logs
2530

0 commit comments

Comments
 (0)