blob: c50454ea26a19612c8b740e2eb4e705e9b7dbf94 [file] [log] [blame]
Hyunsun Moonaf3822c2017-04-04 15:56:27 +09001{
2 "servicePort": {
3 "id": "port-1",
4 "network_id": "network-1",
5 "name": "tap1",
6 "floating_address_pairs": [
7 {
8 "ip_address": "192.168.0.1",
9 "mac_address": "02:42:0a:06:01:01"
10 },
11 {
12 "ip_address": "192.168.0.2",
13 "mac_address": "02:42:0a:06:01:02"
14 }
15 ],
16 "ip_address": "10.0.0.1",
17 "mac_address": "00:00:00:00:00:01",
18 "vlan_id": 222
19 }
20}