File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
src/content/partials/magic-wan/connector/app-aware-policies Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments