Skip to content

Commit 6ebdb50

Browse files
readded step 1 list apps
1 parent 5d2e33e commit 6ebdb50

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/content/partials/magic-wan/connector/app-aware-policies/breakout-prioritized.mdx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,16 @@ The traffic for the application you chose {props.whatHappensApp}.
6767

6868
<Render file="connector/account-id-api-key" />
6969

70-
1. Send a [`POST` request](/api/resources/magic_transit/subresources/apps/methods/create/) to add new apps to the breakout traffic policy.
70+
1. Send a `GET` [request](/api/resources/magic_transit/subresources/apps/methods/list/) to list the applications associated with an account.
71+
72+
<APIRequest
73+
path="/accounts/{account_id}/magic/apps"
74+
method="GET"
75+
/>
76+
77+
Take note of the `"managed_app_id"` value for any application you want to add.
78+
79+
2. Send a [`POST` request](/api/resources/magic_transit/subresources/apps/methods/create/) to add new apps to the breakout traffic policy.
7180

7281
<APIRequest
7382
path="/accounts/{account_id}/magic/apps"

0 commit comments

Comments
 (0)