
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
10 lines
175 B
JSON
10 lines
175 B
JSON
{
|
|
"firewall_rule": {
|
|
"action": "allow",
|
|
"destination_port": "80",
|
|
"enabled": true,
|
|
"name": "ALLOW_HTTP",
|
|
"protocol": "tcp"
|
|
}
|
|
}
|