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
21 lines
607 B
JSON
21 lines
607 B
JSON
{
|
|
"firewall_rule": {
|
|
"action": "deny",
|
|
"description": "",
|
|
"destination_firewall_group_id": null,
|
|
"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_firewall_group_id": null,
|
|
"source_ip_address": null,
|
|
"source_port": null,
|
|
"tenant_id": "95573613ec554b4b8df9f2679c64557b"
|
|
}
|
|
}
|