aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vfc/nfvo-lcm/jsoninput/instantiate_ns.json
blob: 01ed3961ec357694dc05371b4d2a8b01ddd0853d (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
  "locationConstraints": [
    {
      "vnfProfileId": "123",
      "locationConstraints": {
        "vimId": "vim123"
      }
    }
  ],
  "additionalParamForNs": {
    "additionalProp1": "Prop1",
    "additionalProp2": "Prop2",
    "additionalProp3": "Prop3"
  },
  "addpnfData": [
    {
      "pnfId": "123",
      "pnfName": "pdf123",
      "pnfdId": "123",
      "pnfProfileId": "123",
      "cpData": [
        {
          "cpInstanceId": "123",
          "cpdId": "123",
          "cpProtocolData": [
            {
              "layerProtocol": "IP_OVER_ETHERNET",
              "ipOverEthernet": {
                "macAddress": "7C-76-35-4C-31-78",
                "ipAddresses": [
                  {
                    "type": "IPV4",
                    "fixedAddresses": [
                      "192.168.43.10"
                    ],
                    "numDynamicAddresses": 0,
                    "addressRange": {
                      "minAddress": "192.168.253.0",
                      "maxAddress": "192.168.253.255"
                    },
                    "subnetId": "255.255.255.0"
                  }
                ]
              }
            }
          ]
        }
      ]
    }
  ]
}