Springboot 2.0 upgrade
[so.git] / bpmn / MSOCommonBPMN / src / test / resources / __files / aai / VolumeGroupWithTenant.json
1 {
2         "volume-group-id":"volumeGroupId",      
3         "volume-group-name":"volumeGroupName",  
4         "vnf-type":"vnfType",   
5         "orchestration-status":"PRECREATED",    
6         "cloud-params":{},      
7         "cascaded":false,
8         "heat-stack-id":"heatStackId",
9         "relationship-list": {
10                 "relationship": [
11                         {
12                                 "related-to": "tenant",
13                                 "related-link": "/aai/v11/network/Test",
14                 "relationship-data": [{
15                   "relationship-key": "tenant.tenant-id",
16                   "relationship-value": "Tenant123"
17                 }]
18                         }]
19         }
20 }