Files
neutron-lib/api-ref/source/v2/samples/firewall-v2/firewall-rule-create-request.json
Margaret Frances 0841296497 FWaaS v2 API reference
Add API references for Firewall as a Service v2.

Co-Authored-By: Yushiro FURUKAWA <y.furukawa_2@jp.fujitsu.com>

Change-Id: Icc6f8b5f04268a7efc3522b28f30df1283fcdfda
Partial-Implements: blueprint fwaas-api-2.0
2017-01-13 01:11:07 +00:00

10 lines
175 B
JSON

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