Prioritized traffic
Prioritized traffic allows you to define which applications Magic WAN Connector should process first. Applications not in the list will be queued behind prioritized traffic.
Similarly to breakout traffic, prioritized traffic also works via DNS requests inspection.
You need to configure Prioritized traffic for each of your existing sites, as it is a per-site configuration.
- Log in to the Cloudflare dashboard ↗, and select your account.
- Select Magic WAN > Sites.
- Select the site you want to configure > Edit.
- Select Traffic Steering.
- In Prioritized traffic, select Add.
- Select one or more applications that should take precedence over other traffic. You can also use the search box.
- Select Add applications.
The traffic for the applications you chose are now processed first by Connector.
-
Send a
GET
request to list the applications associated with an account.Example:
Take note of the
"managed_app_id"
value for any application you want to configure. -
Send a
POST
request to add new apps the priority traffic policy.Example:
- Log in to the Cloudflare dashboard ↗, and select your account.
- Select Magic WAN > Sites.
- Select the site you want to configure > Edit.
- Select Traffic Steering.
- In Prioritized traffic, find the application you want to delete, and select the three dots next to it.
- Select Remove.
- (Optional) If you have several pages of applications, you can use the search box to quickly find the application you are looking for.
-
Send a
GET
request to list the applications associated with a site.Example:
Take note of the
"id"
value for the application that want to delete. -
Send a
DELETE
request using the API to delete an application from the breakout traffic policy.