Skip to content

Commit dfb1f08

Browse files
idented json
1 parent 55a4824 commit dfb1f08

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -75,20 +75,20 @@ The traffic for the application you chose {props.whatHappensApp}.
7575
method="GET"
7676
/>
7777

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-
}
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+
}
9292
```
9393

9494
Take note of the `"managed_app_id"` value for any application you want to add.

0 commit comments

Comments
 (0)