aboutsummaryrefslogtreecommitdiffstats
path: root/aai-core/src/test/resources/payloads/templates/generic-vnf-with-lag-interface.json
blob: fc025bb2a9a3afa31bc2d91e4e6eadb673e898a8 (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
{
  "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": "${ip-address}"
                }
              ]
            }
          ]
        }
      }
    ]
  }
}