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