blob: f63b21d9ccf891b41217ca3f546c8585ef753c2a [file] [log] [blame]
Jian Li40e63612018-02-21 13:26:20 +09001{
2 "security_group": {
3 "id": "2076db17-a522-4506-91de-c6dd8e837028",
4 "tenant_id": "e4f50856753b4dc6afee5fa6b9b6c550",
5 "description": "security group for webservers",
6 "name": "new-webservers",
7 "security_group_rules": [
8 {
9 "id": "2bc0accf-312e-429a-956e-e4407625eb62",
10 "tenant_id": "e4f50856753b4dc6afee5fa6b9b6c550",
11 "security_group_id": "a7734e61-b545-452d-a3cd-0189cbd9747a",
12 "direction": "ingress",
13 "ethertype": "IPv4",
14 "port_range_max": 80,
15 "port_range_min": 80,
16 "protocol": "tcp",
17 "remote_ip_prefix": "",
18 "remote_group_id": "85cc3048-abc3-43cc-89b3-377341426ac5"
19 }
20 ]
21 }
22}