
Use 'project' instead of 'tenant' in descriptions. Accept either 'tenant_id' or 'project_id' in requests. Return both 'tenant_id' or 'project_id' in responses. Related Blueprint: keystone-v3 Change-Id: I606f7399dfb824ba08922470f6e46b0a150af33b
23 lines
703 B
JSON
23 lines
703 B
JSON
{
|
|
"firewall_rules": [
|
|
{
|
|
"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": false,
|
|
"source_ip_address": null,
|
|
"source_port": null,
|
|
"project_id": "45977fa2dbd7482098dd68d0d8970117",
|
|
"tenant_id": "45977fa2dbd7482098dd68d0d8970117"
|
|
}
|
|
]
|
|
}
|