Add gremlin-based pagination to aai-common
[aai/aai-common.git] / aai-core / src / test / resources / payloads / expected / generic-vnf-with-lag-interface.json
1 {
2   "vnf-id": "vnf1",
3   "vnf-type": "someval",
4   "vnf-name": "someval",
5   "lag-interfaces": {
6     "lag-interface": [
7       {
8         "interface-name": "lag1",
9         "l-interfaces": {
10           "l-interface": [
11             {
12               "interface-name": "int1",
13               "l3-interface-ipv6-address-list": [
14                 {
15                   "l3-interface-ipv6-address": "ipv1"
16                 },
17                 {
18                   "l3-interface-ipv6-address": "ipv2"
19                 }
20               ]
21             }
22           ]
23         }
24       }
25     ]
26   }
27 }