Files
neutron-lib/api-ref/source/v2/samples/firewall-v2/firewall-rule-update-response.json
German Eichberger c30700866e Adds Remote Firewall Groups to FWaaS V2 Rules
In the original spec
(https://specs.openstack.org/openstack/neutron-specs/specs/mitaka/fwaas-api-2.0.html)
FWaaS V2 introduced remote firewall groups. This
implements them in the API.

Change-Id: I4086278fe90ec68631ae1dbba4b17f8cf06005ed
2018-01-08 10:51:09 -08:00

23 lines
706 B
JSON

{
"firewall_rule": {
"action": "allow",
"description": "",
"destination_firewall_group_id": null,
"destination_ip_address": null,
"destination_port": "80",
"enabled": true,
"firewall_policy_id": "c69933c1-b472-44f9-8226-30dc4ffd454c",
"id": "8722e0e0-9cc9-4490-9660-8c9a5732fbb0",
"ip_version": 4,
"name": "ALLOW_HTTP",
"position": 1,
"project_id": "45977fa2dbd7482098dd68d0d8970117",
"protocol": "tcp",
"shared": true,
"source_firewall_group_id": null,
"source_ip_address": null,
"source_port": null,
"tenant_id": "45977fa2dbd7482098dd68d0d8970117"
}
}