Files
neutron-lib/api-ref/source/v2/samples/firewall-v2/firewall-rule-create-response.json
Reedip a0d6f5a1ae [FWaaS] Migrate Public attribute to Shared
This patch is the first in the series of patches which
tracks the migration of Public attribute to shared in
FWaaS v2.

Change-Id: I0be5fca27c9696714ba8b91de2098448c5a18265
Partial-Bug: #1676922
2017-04-13 20:53:51 +00:00

19 lines
518 B
JSON

{
"firewall_rule": {
"action": "deny",
"description": "",
"destination_ip_address": null,
"destination_port": null,
"enabled": true,
"id": "1fd59b2f-cc87-435f-a244-1df2c0cc3f70",
"ip_version": 4,
"name": "rule3",
"project_id": "95573613ec554b4b8df9f2679c64557b",
"protocol": null,
"shared": false,
"source_ip_address": null,
"source_port": null,
"tenant_id": "95573613ec554b4b8df9f2679c64557b"
}
}