aboutsummaryrefslogtreecommitdiffstats
path: root/aai-core/src/test/resources/bundleconfig-local/etc/relationship/related-link-and-relationship-data.json
blob: da957497351213aeb65ac460e0851a0dd689718c (plain)
1
2
3
4
5
6
7
8
{
	"related-to": "generic-vnf",
    "related-link": "http://localhost/aai/v10/network/generic-vnfs/generic-vnf/key1",
	"relationship-data" : [{
		"relationship-key" : "generic-vnf.vnf-id",
		"relationship-value":"key1"
	}]
}