You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/dns/dns-firewall/analytics.mdx
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,20 +6,25 @@ sidebar:
6
6
7
7
---
8
8
9
+
import { Badge } from"~/components";
10
+
9
11
Consider the sections below to learn how to access analytics and logs for your DNS Firewall.
10
12
11
13
## Analytics
12
14
15
+
### GraphQL
16
+
13
17
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/).
14
18
15
19
The DNS Firewall analytics has two [schemas](/analytics/graphql-api/getting-started/querying-basics/):
16
20
17
21
*`dnsFirewallAnalyticsAdaptive`: Retrieve information about individual DNS Firewall queries.
18
22
*`dnsFirewallAnalyticsAdaptiveGroups`: Get reports on aggregate information only.
19
23
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 <Badgetext="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/).
0 commit comments