L2Gw Test Cases Suite1
[integration/test.git] / csit / variables / l2gw / itm_create / post_data.json
1 {
2   "transport-zone": [
3     {
4       "zone-name": "TZA",
5       "tunnel-type": "odl-interface:tunnel-type-vxlan",
6       "subnets": [
7         {
8           "vlan-id": "0",
9           "prefix": "$prefix",
10           "vteps": [
11             {
12               "ip-address": "$ip",
13               "dpn-id": $dpnid,
14               "portname": "phy0"
15             }
16           ]
17         }
18       ]
19     }
20   ]
21 }