Containerization feature of SO
[so.git] / bpmn / so-bpmn-tasks / src / test / resources / __files / BuildingBlocks / genericResourceApiVfModuleOperationInformationUnassign.json
1 {
2   "service-information" : {    
3     "service-instance-id" : "serviceInstanceId",
4     "service-id" : "serviceInstanceId"
5   },
6   "vf-module-request-input" : {
7     "vf-module-name" : "testVfModuleName",
8      "vf-module-input-parameters" : {}        
9   },
10   "request-information" : {
11     "request-action" : "DeleteVfModuleInstance",
12     "source" : "MSO",
13     "request-id" : "sdncReqId",
14     "order-number" : null,
15     "order-version" : null,
16     "notification-url" : null
17   },
18   "sdnc-request-header" : {
19     "svc-request-id" : "svcRequestId",
20     "svc-notification-url" : null,
21     "svc-action" : "unassign"
22   },
23   "vf-module-information" : {    
24     "vf-module-id" : "testVfModuleId"   
25   },
26   "vnf-information" : {    
27     "vnf-id" : "testVnfId",
28     "vnf-type" : "testVnfType"
29   }
30 }