Skip to content

Commit 92682f3

Browse files
added output
1 parent dfb1f08 commit 92682f3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,22 @@ The traffic for the application you chose {props.whatHappensApp}.
142142
method="GET"
143143
/>
144144

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+
145161
Take note of the `"account_app_id"` value for the application that want to delete.
146162

147163
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

Comments
 (0)