Added input parameter loading handling from SDNC
[so.git] / bpmn / so-bpmn-tasks / src / test / resources / __files / SDNCClientPrelaodDataResponseWithInvalidData.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                             "vnf-parameter-name": "extra_console",
24                             "vnf-parameter-value": "ttyS1"
25                         },
26                         {
27                             "vnf-parameter-name": "vnfUsername",
28                             "vnf-parameter-value": "vnf_user"
29                         }
30                     ]
31                 },
32                 "oper-status": 
33                 {
34                     "order-status": "PendingAssignment"
35                 }
36             }
37         }
38     ]
39 }