blob: 327d806c1968008fbe9582f8629c75a3e6297e05 [file] [log] [blame]
DR695Hccff30b2017-02-17 18:44:24 -05001{
Jerry Floodc8bd4272017-10-19 13:43:43 -04002 "input": {
3 "request-information": {
4 "notification-url": "openecomp.org",
5 "order-number": "1",
6 "order-version": "1",
7 "request-action": "PreloadVNFRequest",
8 "request-id": "robot12"
9 },
10 "sdnc-request-header": {
11 "svc-action": "reserve",
12 "svc-notification-url": "http:\/\/openecomp.org:8080\/adapters\/rest\/SDNCNotify",
13 "svc-request-id": "robot12"
14 },
15 "vnf-topology-information": {
16 "vnf-assignments": {
17 "availability-zones": [],
18 "vnf-networks": [],
19 "vnf-vms": []
20 },
21 "vnf-parameters":
22 ${vnf_parameters}
23 ,
24 "vnf-topology-identifier": {
25 "generic-vnf-name": "${generic_vnf_name}",
26 "generic-vnf-type": "${generic_vnf_type}",
27 "vnf-name": "${vf_module_name}",
28 "vnf-type": "${vf_module_type}",
29 "service-type": "${service_type}"
30 }
31 }
32 }
33}