We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a4824 commit dfb1f08Copy full SHA for dfb1f08
src/content/partials/magic-wan/connector/app-aware-policies/breakout-prioritized.mdx
@@ -75,20 +75,20 @@ The traffic for the application you chose {props.whatHappensApp}.
75
method="GET"
76
/>
77
78
-```json output
79
- {
80
- "result": [
81
82
- "managed_app_id": "<APP_ID>",
83
- "name": "<APP_NAME>",
84
- "type": "File Sharing",
85
- "hostnames": [
86
- "<app_name.com>",
87
- "<app-name.info>"
88
- ]
89
- }
90
91
+ ```json output
+ {
+ "result": [
+ "managed_app_id": "<APP_ID>",
+ "name": "<APP_NAME>",
+ "type": "File Sharing",
+ "hostnames": [
+ "<app_name.com>",
+ "<app-name.info>"
+ ]
+ }
92
```
93
94
Take note of the `"managed_app_id"` value for any application you want to add.
0 commit comments