Skip to content

Commit 58a306e

Browse files
authored
[WAF] Add links between zone/account sections (#25729)
1 parent 378316d commit 58a306e

File tree

6 files changed

+23
-7
lines changed

6 files changed

+23
-7
lines changed

src/content/docs/waf/account/custom-rulesets/create-api.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,6 @@ Use the different operations in the [Rulesets API](/ruleset-engine/rulesets-api/
173173

174174
## More resources
175175

176+
For instructions on creating a custom rule at the zone level via API, refer to [Create a custom rule via API](/waf/custom-rules/create-api/).
177+
176178
For more information on working with custom rulesets, refer to [Work with custom rulesets](/ruleset-engine/custom-rulesets/) in the Ruleset Engine documentation.

src/content/docs/waf/account/managed-rulesets/deploy-api.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,6 @@ Exceptions have priority over overrides.
3535

3636
## More resources
3737

38+
For instructions on deploying a managed ruleset at the zone level via API, refer to [Deploy a WAF managed ruleset via API (zone)](/waf/managed-rules/deploy-api/).
39+
3840
For more information on working with managed rulesets via API, refer to [Work with managed rulesets](/ruleset-engine/managed-rulesets/) in the Ruleset Engine documentation.

src/content/docs/waf/account/rate-limiting-rulesets/create-api.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,6 @@ Use the different operations in the [Rulesets API](/ruleset-engine/rulesets-api/
196196

197197
## More resources
198198

199+
For instructions on deploying a rate limiting rule at the zone level via API, refer to [Create a rate limiting rule via API](/waf/rate-limiting-rules/create-api/).
200+
199201
For more information on the different rate limiting parameters you can configure in your rate limiting rules, refer to [Rate limiting parameters](/waf/rate-limiting-rules/parameters/).

src/content/docs/waf/custom-rules/create-api.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ sidebar:
77
label: Create via API
88
head:
99
- tag: title
10-
content: Create a custom rule via API
10+
content: Create a custom rule via API for a zone
1111
---
1212

1313
import { GlossaryTooltip, Render, APIRequest } from "~/components";
1414

15-
Use the [Rulesets API](/ruleset-engine/rulesets-api/) to create a custom rule via API.
15+
Use the [Rulesets API](/ruleset-engine/rulesets-api/) to create a custom rule via API at the zone level.
1616

1717
You must deploy custom rules to the `http_request_firewall_custom` [phase entry point ruleset](/ruleset-engine/about/rulesets/#entry-point-ruleset).
1818

@@ -94,3 +94,7 @@ Use the different operations in the [Rulesets API](/ruleset-engine/rulesets-api/
9494
phaseName: "http_request_firewall_custom",
9595
}}
9696
/>
97+
98+
## More resources
99+
100+
For instructions on deploying custom rules at the account level via API, refer to [Create a custom ruleset using the API](/waf/account/custom-rulesets/create-api/).

src/content/docs/waf/managed-rules/deploy-api.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
pcx_content_type: configuration
3-
title: Deploy a WAF managed ruleset via API
3+
title: Deploy a WAF managed ruleset via API (zone)
44
sidebar:
55
order: 2
66
label: Deploy via API
77
head:
88
- tag: title
9-
content: Deploy a WAF managed ruleset via API
9+
content: Deploy a WAF managed ruleset via API for a zone
1010
---
1111

1212
import { Render } from "~/components";
1313

14-
Use the [Rulesets API](/ruleset-engine/rulesets-api/) to deploy a managed ruleset at the account level or at the zone level.
14+
Use the [Rulesets API](/ruleset-engine/rulesets-api/) to deploy a managed ruleset at the zone level.
1515

1616
Deploy WAF managed rulesets to the `http_request_firewall_managed` phase. Other managed rulesets, like DDoS Attack Protection managed rulesets, must be deployed to a different phase. Refer to the specific managed ruleset documentation for details.
1717

@@ -33,4 +33,6 @@ Exceptions have priority over overrides.
3333

3434
## More resources
3535

36+
For instructions on deploying a managed ruleset at the account level via API, refer to [Deploy a WAF managed ruleset via API (account)](/waf/account/managed-rulesets/deploy-api/).
37+
3638
For more information on working with managed rulesets via API, refer to [Work with managed rulesets](/ruleset-engine/managed-rulesets/) in the Ruleset Engine documentation.

src/content/docs/waf/rate-limiting-rules/create-api.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ sidebar:
66
label: Create via API
77
head:
88
- tag: title
9-
content: Create a rate limiting rule via API
9+
content: Create a rate limiting rule via API for a zone
1010
---
1111

1212
import { Render, APIRequest } from "~/components";
1313

14-
Use the [Rulesets API](/ruleset-engine/rulesets-api/) to create a rate limiting rule via API.
14+
Use the [Rulesets API](/ruleset-engine/rulesets-api/) to create a rate limiting rule via API at the zone level.
1515

1616
A rate limiting rule is similar to a regular rule handled by the Ruleset Engine, but contains an additional `ratelimit` object with the rate limiting configuration. Refer to [Rate limiting parameters](/waf/rate-limiting-rules/parameters/) for more information on this field and its parameters.
1717

@@ -175,3 +175,7 @@ Use the different operations in the [Rulesets API](/ruleset-engine/rulesets-api/
175175
product="waf"
176176
params={{ rulesType: "rate limiting rules", phaseName: "http_ratelimit" }}
177177
/>
178+
179+
## More resources
180+
181+
For instructions on deploying rate limiting rules at the account level via API, refer to [Create a rate limiting ruleset via API](/waf/account/rate-limiting-rulesets/create-api/).

0 commit comments

Comments
 (0)