Skip to content

Commit bc34e81

Browse files
Apply partial to Aegis docs
1 parent f5b55be commit bc34e81

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

src/content/docs/aegis/setup.mdx

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77
hideIndex: true
88
---
99

10-
import { APIRequest } from "~/components";
10+
import { APIRequest, Render } from "~/components";
1111

1212
You can control Aegis enablement on your zones [via API](/api/resources/zones/subresources/settings/methods/edit/). If you are not familiar with how Cloudflare API works, refer to [Fundamentals](/fundamentals/api/).
1313

@@ -20,7 +20,7 @@ Cloudflare Aegis is available in early access to Enterprise customers. Contact y
2020
- The Aegis zone setting endpoint is only available within Cloudflare accounts that own leased IPs, or accounts to which a [BYOIP prefix](/byoip/) has been delegated. If you wish to use Aegis for zones that do not meet this criteria, contact your account team.
2121
- Each Aegis pool can consist of either IPs from a BYOIP prefix or Cloudflare-leased IPs. A single dedicated egress pool cannot contain both BYOIPs and leased IPs.
2222

23-
## Steps
23+
## Turn on Aegis for a zone
2424

2525
1. Contact your account team to get the ID for your dedicated egress pool.
2626
2. Make a `PATCH` request to the [Edit Zone Setting](/api/resources/zones/subresources/settings/methods/edit/) endpoint:
@@ -40,4 +40,16 @@ Cloudflare Aegis is available in early access to Enterprise customers. Contact y
4040
parameters={{
4141
setting_id: "aegis",
4242
}}
43-
/>
43+
/>
44+
45+
## Check your Aegis IPs
46+
47+
<Render
48+
file="check-leased-ips"
49+
product="byoip"
50+
params={{
51+
product: "Aegis IPs (dedicated IPs for CDN egress)"
52+
}}
53+
/>
54+
55+
If you are using BYOIP, refer to [**IP addresses** > **BYOIP prefixes**](https://dash.cloudflare.com/?to=/:account/ip-addresses/ip-prefixes) instead.

0 commit comments

Comments
 (0)