Adding test cases to aai-core to increase coverage
[aai/aai-common.git] / aai-core / src / test / resources / bundleconfig-local / etc / relationship / related-link-and-relationship-data.json
1 {
2         "related-to": "generic-vnf",
3     "related-link": "http://localhost/aai/v10/network/generic-vnfs/generic-vnf/key1",
4         "relationship-data" : [{
5                 "relationship-key" : "generic-vnf.vnf-id",
6                 "relationship-value":"key1"
7         }]
8 }