[CSIT] Fix SDC CSIT Run Errors/Warnings & Path Correction
[integration/csit.git] / tests / sdnc / healthcheck / data / preload.json
1 {
2     "input": {
3         "vnf-topology-information": {
4             "vnf-topology-identifier": {
5                 "service-type": "robot_demo",
6                 "vnf-name": "vf_robot_module",
7                 "vnf-type": "vf_robot_type",
8                 "generic-vnf-name": "generic_vnf_name",
9                 "generic-vnf-type": "generic_vnf_type"
10             },
11             "vnf-assignments": {
12                 "availability-zones": [],
13                 "vnf-networks": [],
14                 "vnf-vms": []
15             },
16             "vnf-parameters": [
17                 {
18                     "vnf-parameter-name": "ngm1_management_ip_0",
19                     "vnf-parameter-value":"127.0.0.1"
20                 }, 
21                 {
22                     "vnf-parameter-name": "ngm2_management_ip_1",
23                     "vnf-parameter-value":"127.0.0.2"
24                 }
25            ]
26        },
27         "request-information": {
28             "request-id": "robot12",
29             "order-version": "1",
30             "notification-url": "openecomp.org",
31             "order-number": "1",
32             "request-action": "PreloadVNFRequest"
33         },
34         "sdnc-request-header": {
35             "svc-request-id": "robot12",
36             "svc-notification-url": "http:\/\/openecomp.org:8080\/adapters\/rest\/SDNCNotify",
37             "svc-action": "reserve"
38         }
39     }
40 }
41