We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72d27e commit 41f048cCopy full SHA for 41f048c
src/content/docs/dns/dns-firewall/analytics.mdx
@@ -6,7 +6,7 @@ sidebar:
6
7
---
8
9
-import { Badge } from "~/components";
+import { Badge, APIRequest } from "~/components";
10
11
Consider the sections below to learn how to access analytics and logs for your DNS Firewall.
12
@@ -25,6 +25,13 @@ The DNS Firewall analytics has two [schemas](/analytics/graphql-api/getting-star
25
26
You can also use the DNS Firewall API [reports endpoint](/api/resources/dns_firewall/subresources/analytics/subresources/reports/).
27
28
+<APIRequest
29
+ path="/accounts/{account_id}/dns_firewall/{dns_firewall_id}/dns_analytics/report"
30
+ method="GET"
31
+ parameters={{
32
+ dns_firewall_id: "f0be43d6a6654f22b6a924aff9d5852a"
33
+ }}
34
+/>
35
36
## Logs
37
0 commit comments