blob: 4f22d60ec748f2db18c3ecc2f523f380fae20267 [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":
DR695H3bb6cf42019-06-20 15:04:04 -040022 {{vnf_parameters}}
Jerry Floodc8bd4272017-10-19 13:43:43 -040023 ,
24 "vnf-topology-identifier": {
DR695H3bb6cf42019-06-20 15:04:04 -040025 "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}}"
Jerry Floodc8bd4272017-10-19 13:43:43 -040030 }
31 }
32 }
DR695H554b3b32019-07-18 18:28:30 -040033}