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 23f6c26 commit c88429eCopy full SHA for c88429e
openapi.yaml
@@ -15078,7 +15078,11 @@ components:
15078
status:
15079
type: string
15080
description: >
15081
- The status of this Firewall service.
+ The status of this Firewall.
15082
+
15083
+ * When a Firewall is first created its status is `enabled`.
15084
+ * Use the [Update Firewall](/api/v4/networking-firewalls-firewall-id/#put) endpoint to set a Firewall's status to `enbaled` or `disabled`.
15085
+ * Use the [Delete Firewall](/api/v4/networking-firewalls-firewall-id/#delete) endpoint to delete a Firewall.
15086
enum:
15087
- enabled
15088
- disabled
0 commit comments