
Previously sample JSON files are placed in the top directory of api-ref, but they belong to v2 API, so it sounds reasonable to place them in v2 directory. Preparation of API-ref cleanup. Part of blueprint neutron-in-tree-api-ref Change-Id: I7c63f570507c51526957988f9b21a4244bd6e58a
20 lines
559 B
JSON
20 lines
559 B
JSON
{
|
|
"firewall_rule": {
|
|
"action": "allow",
|
|
"description": "",
|
|
"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,
|
|
"protocol": "tcp",
|
|
"shared": true,
|
|
"source_ip_address": null,
|
|
"source_port": null,
|
|
"tenant_id": "45977fa2dbd7482098dd68d0d8970117"
|
|
}
|
|
}
|