01ed3961ec357694dc05371b4d2a8b01ddd0853d
[integration/csit.git] / tests / vfc / nfvo-lcm / jsoninput / instantiate_ns.json
1 {
2   "locationConstraints": [
3     {
4       "vnfProfileId": "123",
5       "locationConstraints": {
6         "vimId": "vim123"
7       }
8     }
9   ],
10   "additionalParamForNs": {
11     "additionalProp1": "Prop1",
12     "additionalProp2": "Prop2",
13     "additionalProp3": "Prop3"
14   },
15   "addpnfData": [
16     {
17       "pnfId": "123",
18       "pnfName": "pdf123",
19       "pnfdId": "123",
20       "pnfProfileId": "123",
21       "cpData": [
22         {
23           "cpInstanceId": "123",
24           "cpdId": "123",
25           "cpProtocolData": [
26             {
27               "layerProtocol": "IP_OVER_ETHERNET",
28               "ipOverEthernet": {
29                 "macAddress": "7C-76-35-4C-31-78",
30                 "ipAddresses": [
31                   {
32                     "type": "IPV4",
33                     "fixedAddresses": [
34                       "192.168.43.10"
35                     ],
36                     "numDynamicAddresses": 0,
37                     "addressRange": {
38                       "minAddress": "192.168.253.0",
39                       "maxAddress": "192.168.253.255"
40                     },
41                     "subnetId": "255.255.255.0"
42                   }
43                 ]
44               }
45             }
46           ]
47         }
48       ]
49     }
50   ]
51 }