Skip to content

Commit 293169a

Browse files
Hyperlint Automation Fix
1 parent a40874b commit 293169a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/analytics/graphql-api/tutorials/querying-magic-firewall-ids-samples.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Querying Magic Firewall Intrusion Detection System (IDS) samples with Gra
66

77
In this example, we are going to use the GraphQL Analytics API to query for IDS samples over a specified time period.
88

9-
The following API call will request IDS samples over a one hour period, and output the requested fields. Be sure to replace `<CLOUDFLARE_ACCOUNT_TAG>` and `<API_TOKEN>`[^1] with your account tag and API credentials, and adjust the `datetime_geg` and `datetime_leq` values to your liking.
9+
The following API call will request IDS samples over a one hour period, and output the requested fields. Be sure to replace `<Cloudflare_ACCOUNT_TAG>` and `<API_TOKEN>`[^1] with your account tag and API credentials, and adjust the `datetime_geq` and `datetime_leq` values to your liking.
1010

1111
## API Call
1212

@@ -66,7 +66,7 @@ https://api.cloudflare.com/client/v4/graphql \
6666
#=> {
6767
#=> sum: { bits: 327680, packets: 16384 },
6868
#=> dimensions: {
69-
#=> datetimeFiveMinute: '2021-05-12T22:00-00:00'
69+
datetimeFiveMinutes: '2021-05-12T22:00-00:00'
7070
#=> }
7171
#=> },
7272
#=> {
@@ -102,4 +102,4 @@ https://api.cloudflare.com/client/v4/graphql \
102102
#=> }
103103
```
104104

105-
[^1]: Refer to [Configure an Analytics API token](/analytics/graphql-api/getting-started/authentication/api-token-auth/) for more information on configuration and permissions.
105+
[^1]: Refer to [Configure an Analytics API token](/analytics/graphql-api/getting-started/authentication/api-token-auth/) for more information on configuration and permissions.

0 commit comments

Comments
 (0)