netconn-api/v2.0/samples/firewall/firewall_rule-create-req.json
Sumit Naiksatam e34325c574 Introducing Firewall as a Service (FWaaS) API and Resources
This adds a section for the FWaaS API and resource model including
the firewall, firewall_policy, and firewall_rule resources.

bug 1203864

Change-Id: Iecd4b036e2711414ec42f9c6800665c5378c927e
2013-10-23 23:36:22 -07:00

10 lines
175 B
JSON

{
"firewall_rule": {
"action": "allow",
"destination_port": "80",
"enabled": true,
"name": "ALLOW_HTTP",
"protocol": "tcp"
}
}