Release aai-common 1.14.2 maven artifact
[aai/aai-common.git] / aai-core / src / test / resources / payloads / resource / l-interface-with-ipv6.json
1 {
2   "vnf-id": "vnf1",
3   "lag-interfaces": {
4     "lag-interface": [
5       {
6         "interface-name": "lag1",
7         "l-interfaces": {
8           "l-interface": [
9             {
10               "interface-name": "int1",
11               "l3-interface-ipv6-address-list": [
12                 {
13                   "l3-interface-ipv6-address": "ipv6-1"
14                 }
15               ]
16             }
17           ]
18         }
19       }
20     ]
21   }
22 }