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: openapi.yaml
+16-6Lines changed: 16 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -10574,11 +10574,6 @@ paths:
10574
10574
required:
10575
10575
- label
10576
10576
- rules
10577
-
- inbound_policy
10578
-
- outbound_policy
10579
-
- action
10580
-
- protocol
10581
-
- addresses
10582
10577
properties:
10583
10578
devices:
10584
10579
type: object
@@ -10596,6 +10591,21 @@ paths:
10596
10591
example:
10597
10592
- 123
10598
10593
- 456
10594
+
rules:
10595
+
required:
10596
+
- inbound_policy
10597
+
- outbound_policy
10598
+
properties:
10599
+
inbound:
10600
+
required:
10601
+
- action
10602
+
- addresses
10603
+
- protocol
10604
+
outbound:
10605
+
required:
10606
+
- action
10607
+
- addresses
10608
+
- protocol
10599
10609
responses:
10600
10610
'200':
10601
10611
description: Returns information about the created Firewall.
@@ -17347,7 +17357,7 @@ components:
17347
17357
- ACCEPT
17348
17358
- DROP
17349
17359
description: |
17350
-
The default behavior for outbound traffic. This setting can be overridden by [updating](/docs/api/networking/#firewall-rules-update) the `action` property for an individual Firewall Rule.
17360
+
The default behavior for outbound traffic. This setting can be overridden by [updating](/docs/api/networking/#firewall-rules-update) the `outbound.action` property of the Firewall Rule.
0 commit comments