diff options
author | Steven Blimkie <Steven.Blimkie@amdocs.com> | 2017-11-01 20:08:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-11-01 20:08:59 +0000 |
commit | 2d1a4e73bdbd824dffadfdb8d3dbc8d70062a6d9 (patch) | |
tree | 6a7f4ab10ed91a1b3a0baf4e770c4169b6f8a7c3 | |
parent | c23d2a134fcbd9671d5f45b8fdc364271203963a (diff) | |
parent | 9fb38f73841df5af474546b219155a0eeae5acc3 (diff) |
Merge "Add vnfc to named-query"
-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 +} |