Skip to content

Commit aaf8a8e

Browse files
refined text
1 parent 6ae157f commit aaf8a8e

File tree

1 file changed

+5
-5
lines changed
  • src/content/partials/networking-services/mconn/network-options/app-aware-policies

1 file changed

+5
-5
lines changed

src/content/partials/networking-services/mconn/network-options/app-aware-policies/netflow.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ The Magic WAN Connector appliance uses NetFlow v9 to export flow data for breako
1414

1515
<Render file="account-id-api-key" product="networking-services" params={{ showSiteId: true }} />
1616

17-
1. Create a `PUT` request to the Netflow configuration endpoint for your site.
18-
2. In the JSON body request, you must include the `collector_ip`. To export traffic statistics to Magic Network Monitoring, use the IP address `162.159.65.1`. This is the only field required to enable the feature.
17+
1. Send a `PUT` request to the Netflow configuration endpoint for your site.
18+
2. In the JSON body request, you must include the `collector_ip` parameter. To export traffic statistics to Magic Network Monitoring, use the IP address `162.159.65.1`. This is the only field required to enable the feature.
1919

2020
Minimal configuration example:
2121

2222
<CURL
23-
url="https://api.cloudflare.com/client/v4/accounts/{account_id}/magic/sites/{site_id}/netflow_config"
23+
url="https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/magic/sites/$SITE_ID/netflow_config"
2424
method="PUT"
2525
json={{
2626
"collector_ip": "162.159.65.1"
@@ -36,7 +36,7 @@ Minimal configuration example:
3636
Full configuration example:
3737

3838
<CURL
39-
url="https://api.cloudflare.com/client/v4/accounts/{account_id}/magic/sites/{site_id}/netflow_config"
39+
url="https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/magic/sites/$SITE_ID/netflow_config"
4040
method="PUT"
4141
json={{
4242
"collector_ip": "162.159.65.1",
@@ -47,4 +47,4 @@ Full configuration example:
4747
}}
4848
/>
4949

50-
Your Magic WAN Connector will now begin exporting Netflow data for its breakout traffic, which will be ingested and visualized within your Magic Network Monitoring dashboard. You can retrieve the current settings by creating a `GET` request or disable the export by creating a `DELETE` request to the same endpoint.
50+
Your Magic WAN Connector will now begin exporting Netflow data for its breakout traffic, which will be ingested and visualized within your Magic Network Monitoring dashboard. You can retrieve the current settings by sending a `GET` request or disable the export by sending a `DELETE` request to the same endpoint.

0 commit comments

Comments
 (0)