Skip to content

Commit 3902eb7

Browse files
Unnest delegate_loa_creation and use reserved docs IP
1 parent e021ee9 commit 3902eb7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/content/docs/byoip/get-started.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ curl https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/addressing/prefix
4444
-H "X-Auth-Email: $CLOUDFLARE_EMAIL" \
4545
-H "X-Auth-Key: $CLOUDFLARE_API_KEY" \
4646
-X POST \
47-
-d '{"cidr": "162.159.211.0/24",
47+
-d '{"cidr": "203.0.113.0/24",
4848
"asn": 13335,
49-
"ownership_validation" : { "delegate_loa_creation": true }
49+
"delegate_loa_creation": true
5050
}
5151
```
5252
@@ -80,10 +80,10 @@ curl https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/addressing/prefix
8080
<Tabs> <TabItem label="Modify IRR record">
8181
8282
1. Copy the `ownership_validation_token` returned by the API call.
83-
2. On the IRR record of the prefix you are onboarding, add the following string in either a `description` or `remarks` field. Replace `<TOKEN>` by the actual token you copied in the previous step.
83+
2. On the IRR record of the prefix you are onboarding, add the following string in either a `description` or `remarks` field. Replace `<OWNERSHIP_VALIDATION_TOKEN>` by the actual token you copied in the previous step.
8484
8585
```
86-
cf-validation: <TOKEN>
86+
cf-validation: <OWNERSHIP_VALIDATION_TOKEN>
8787
```
8888
8989
:::note
@@ -119,7 +119,7 @@ Once the ownership validation is successful, and if the RPKI and IRR validations
119119
120120
(WIP - Add response example (collapsable))
121121
122-
(WIP - Add code block example)
122+
(WIP - Add code block example for "/accounts/account_id/addressing/prefixes/prefix_id/validate")
123123
124124
4. (Optional) You can allow other accounts to use part or all of your BYOIP prefix. Refer to [Prefix delegations](/byoip/concepts/prefix-delegations/) for details.
125125

0 commit comments

Comments
 (0)