diff options
author | jimmy <jf2512@att.com> | 2017-11-01 13:37:21 -0400 |
---|---|---|
committer | jimmy <jf2512@att.com> | 2017-11-01 13:37:24 -0400 |
commit | 9fb38f73841df5af474546b219155a0eeae5acc3 (patch) | |
tree | a7fcdf4769f21d0ea2f5a82edf1647a7df3b4acf | |
parent | c147c1d307cd4a475b25f962e4d1a6f63305c192 (diff) |
Add vnfc to named-query
Issue-ID: AAI-446
Change-Id: Ie733d650e07059f1730d6c2fc476eca639ad83f8
Signed-off-by: jimmy <jf2512@att.com>
-rw-r--r-- | aai-traversal/bundleconfig-local/etc/scriptdata/named-query-json/vnf-to-esr-system-info-1.0.json | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/aai-traversal/bundleconfig-local/etc/scriptdata/named-query-json/vnf-to-esr-system-info-1.0.json b/aai-traversal/bundleconfig-local/etc/scriptdata/named-query-json/vnf-to-esr-system-info-1.0.json index c371796..55b6a14 100644 --- a/aai-traversal/bundleconfig-local/etc/scriptdata/named-query-json/vnf-to-esr-system-info-1.0.json +++ b/aai-traversal/bundleconfig-local/etc/scriptdata/named-query-json/vnf-to-esr-system-info-1.0.json @@ -42,10 +42,20 @@ "relationship-key" : "model.model-invariant-id", "relationship-value" : "97c26c99-6870-44c1-8a07-1d900d3f4ce6" } ] - } ] - } - } ] - }, + } + ] } + }, + { + "relationship-list" : { + "relationship" : [ { + "related-to" : "model", + "relationship-data" : [ { + "relationship-key" : "model.model-invariant-id", + "relationship-value" : "96129eb9-f0de-4e05-8af2-73146473f766" + } ] + } + ] } + } ] }, "relationship-list" : { "relationship" : [ { "related-to" : "model", @@ -68,4 +78,4 @@ } } ] } -}
\ No newline at end of file +} |