diff options
Diffstat (limited to 'onap-client/onap_client/so/tests/base_preload.json')
-rw-r--r-- | onap-client/onap_client/so/tests/base_preload.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/onap-client/onap_client/so/tests/base_preload.json b/onap-client/onap_client/so/tests/base_preload.json new file mode 100644 index 0000000..e4876a6 --- /dev/null +++ b/onap-client/onap_client/so/tests/base_preload.json @@ -0,0 +1,37 @@ +{ + "input": { + "request-information": { + "request-id": "robot12", + "order-version": "1", + "notification-url": "openecomp.org", + "order-number": "1", + "request-action": "PreloadVfModuleRequest" + }, + "sdnc-request-header": { + "svc-request-id": "robot12", + "svc-notification-url": "http://openecomp.org:8080/adapters/rest/SDNCNotify", + "svc-action": "reserve" + }, + "preload-vf-module-topology-information": { + "vnf-topology-identifier-structure": { + "vnf-name": "", + "vnf-type": "" + }, + "vnf-resource-assignments": { + "availability-zones": { + "availability-zone": [] + }, + "vnf-networks": {} + }, + "vf-module-topology": { + "vf-module-topology-identifier": { + "vf-module-type": "", + "vf-module-name": "" + }, + "vf-module-parameters": { + "param": [] + } + } + } + } +}
\ No newline at end of file |