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/partials/magic-wan/connector/app-aware-policies/breakout-prioritized.mdx
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,6 +142,22 @@ The traffic for the application you chose {props.whatHappensApp}.
142
142
method="GET"
143
143
/>
144
144
145
+
```json output
146
+
{
147
+
"result": [
148
+
{
149
+
"managed_app_id": "<APP_ID>",
150
+
"name": "<APP_NAME>",
151
+
"type": "File Sharing",
152
+
"hostnames": [
153
+
"<app_name.com>",
154
+
"<app-name.info>"
155
+
]
156
+
}
157
+
]
158
+
}
159
+
```
160
+
145
161
Take note of the `"account_app_id"` value for the application that want to delete.
146
162
147
163
2. Send a [`DELETE` request](/api/resources/magic_transit/subresources/apps/methods/delete/) to delete an application from the breakout traffic policy.
0 commit comments