Added input parameter loading handling from SDNC
[so.git] / bpmn / so-bpmn-tasks / src / test / resources / __files / SDNCClientPrelaodDataResponseWithInvalidVnfParamsTag.json
1 {
2     "vnf-preload-list": [
3         {
4             "vnf-name": "GENERIC_VNF_NAME",
5             "vnf-type": "SIMPLE",
6             "preload-data": 
7             {
8                 "network-topology-information": 
9                 {
10                 },
11                 "vnf-topology-information": 
12                 {
13                     "vnf-topology-identifier": 
14                     {
15                         "service-type": "vCPE",
16                         "vnf-type": "SIMPLE",
17                         "vnf-name": "GENERIC_VNF_NAME",
18                         "generic-vnf-name": "GENERIC_VNF_NAME",
19                         "generic-vnf-type": "SIMPLE"
20                     },
21                     "vnf-parameters": [
22                         {
23                             "hello": "world"
24                         }
25                     ]
26                 },
27                 "oper-status": 
28                 {
29                     "order-status": "PendingAssignment"
30                 }
31             }
32         }
33     ]
34 }