4f705090d6005d9a9f4b2031e42fdbd4e845be69
[integration/test.git] / csit / variables / vpnservice / l3vpn_create / post_data.json
1 {
2    "input":{
3       "l3vpn":[
4          {
5             "id":"$vpnid",
6             "name":"$name",
7             "route-distinguisher":
8                $rd
9             ,
10             "export-RT":
11                $exportrt
12             ,
13             "import-RT":
14                $importrt
15             ,
16             "tenant-id":"$tenantid"
17          }
18       ]
19    }
20 }