File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/content/partials/magic-wan/connector/app-aware-policies Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ The traffic for the application you chose {props.whatHappensApp}.
100100 method = " POST"
101101 json = { {
102102 " name" : " <MANAGED_APP_ID>" ,
103- " type" : props . jsonType
103+ " type" : " <BREAKOUT_OR_PRIORITY> "
104104 }}
105105 />
106106
@@ -109,7 +109,7 @@ The traffic for the application you chose {props.whatHappensApp}.
109109 "result" : {
110110 "account_app_id" : " <APP_ID>" ,
111111 "name" : " <APP_NAME>" ,
112- "type" : props.jsonType
112+ "type" : " <BREAKOUT_OR_PRIORITY> "
113113 },
114114 "success" : true ,
115115 "errors" : [],
@@ -156,7 +156,7 @@ The traffic for the application you chose {props.whatHappensApp}.
156156 "result" : {
157157 "account_app_id" : " <APP_ID>" ,
158158 "name" : " <APP_NAME>" ,
159- "type" : props.jsonType
159+ "type" : " <BREAKOUT_OR_PRIORITY> "
160160 },
161161 "success" : true ,
162162 "errors" : [],
You can’t perform that action at this time.
0 commit comments