[VVP] Adding preload generation functionality
[vvp/validation-scripts.git] / ice_validator / preload_vnfapi / vnfapi_data / preload_template.json
1 {
2     "input": {
3         "request-information": {
4             "request-id": "robot12",
5             "order-version": "1",
6             "notification-url": "openecomp.org",
7             "order-number": "1",
8             "request-action": "PreloadVNFRequest"
9         },
10         "sdnc-request-header": {
11             "svc-request-id": "robot12",
12             "svc-notification-url": "http://openecomp.org:8080/adapters/rest/SDNCNotify",
13             "svc-action": "reserve"
14         },
15         "vnf-topology-information": {
16             "vnf-topology-identifier": {
17                 "vnf-name": "",
18                 "vnf-type": "",
19                 "generic-vnf-type": "",
20                 "generic-vnf-name": ""
21             },
22             "vnf-assignments": {
23                 "availability-zones": [],
24                 "vnf-networks": [],
25                 "vnf-vms": []
26             },
27             "vnf-parameters": []
28         }
29     }
30 }