You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/magic-wan/configuration/connector/network-options/application-based-policies/breakout-traffic.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ import { Render } from "~/components";
12
12
product="networking-services"
13
13
params={{
14
14
magicWord: "breakout",
15
-
featureName: "Breakout traffic",
15
+
featureName: "breakout traffic",
16
16
whatHappensApp: "will now go directly to the Internet and bypass Cloudflare's filtering",
Copy file name to clipboardExpand all lines: src/content/docs/magic-wan/configuration/connector/network-options/application-based-policies/prioritized-traffic.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ import { Render } from "~/components";
12
12
product="networking-services"
13
13
params={{
14
14
magicWord: "prioritized",
15
-
featureName: "Prioritized traffic",
15
+
featureName: "prioritized traffic",
16
16
whatHappensApp: "is now processed first by Connector",
You need to configure {props.featureName} for each of your existing sites, as it is a per-site configuration.
59
+
Before you can add or remove {props.featureName} applications to your Connector, you need to create an account-level list with the applications that you want to configure. Currently, adding to or modifying this list is only possible via API, through the [`managed_app_id`](/api/resources/magic_transit/subresources/apps/methods/create/) endpoint.
60
+
61
+
To add applications to your account:
62
+
63
+
Send a `POST` request to add new apps to your account.
You need to delete {props.featureName} applications for each of your existing sites, as this is a per-site configuration.
178
+
144
179
1. Send a [`GET` request](/api/resources/magic_transit/subresources/apps/methods/list/) to list the applications associated with a site.
145
180
146
181
<APIRequest
@@ -163,7 +198,7 @@ The traffic for the application you chose {props.whatHappensApp}.
163
198
164
199
Take note of the `"id"` value for the application that want to delete.
165
200
166
-
2. Send a [`DELETE` request](/api/resources/magic_transit/subresources/apps/methods/delete/) to delete an application from the breakout traffic policy.
201
+
2. Send a `DELETE` request to delete an application from the {props.featureName} policy.
0 commit comments