aboutsummaryrefslogtreecommitdiffstats
path: root/so-sdn-clients/src/test/resources/__files/BuildingBlocks/genericResourceApiVfModuleOperationInformationUnassign.json
blob: 9f93c0df1f4d1441b465fda32f4bbf0c10b98186 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "service-information" : {    
    "service-instance-id" : "serviceInstanceId",
    "service-id" : "serviceInstanceId"
  },
  "vf-module-request-input" : {
    "vf-module-name" : "testVfModuleName",
     "vf-module-input-parameters" : {}        
  },
  "request-information" : {
    "request-action" : "DeleteVfModuleInstance",
    "source" : "MSO",
    "request-id" : "sdncReqId",
    "order-number" : null,
    "order-version" : null,
    "notification-url" : null
  },
  "sdnc-request-header" : {
    "svc-request-id" : "svcRequestId",
    "svc-notification-url" : "http://localhost:8080",
    "svc-action" : "unassign"
  },
  "vf-module-information" : {    
    "vf-module-id" : "testVfModuleId",
    "from-preload": true  
 },
  "vnf-information" : {    
    "vnf-id" : "testVnfId",
    "vnf-type" : "testVnfType"
  }
}