diff options
author | jimmy <jf2512@att.com> | 2017-08-29 11:19:40 -0400 |
---|---|---|
committer | jimmy <jf2512@att.com> | 2017-08-29 11:19:44 -0400 |
commit | e5d32da735e111adb84269e9e65335831b93a801 (patch) | |
tree | 362df21cd2eb65d33c771744db51f8f2bb9b081b /aai-traversal/bundleconfig-local/etc/scriptdata | |
parent | 1ecfa0f4c64971316c78384f2ed884598952d5dc (diff) |
Built named-query for policy needs
Issue-ID: AAI-220
Change-Id: I3dc8e8b88062328b8226d9b2fa3841e125b98851
Signed-off-by: jimmy <jf2512@att.com>
Diffstat (limited to 'aai-traversal/bundleconfig-local/etc/scriptdata')
-rw-r--r-- | aai-traversal/bundleconfig-local/etc/scriptdata/named-query-json/vnf-to-service-instance-1.0.json | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/aai-traversal/bundleconfig-local/etc/scriptdata/named-query-json/vnf-to-service-instance-1.0.json b/aai-traversal/bundleconfig-local/etc/scriptdata/named-query-json/vnf-to-service-instance-1.0.json new file mode 100644 index 0000000..53e6f26 --- /dev/null +++ b/aai-traversal/bundleconfig-local/etc/scriptdata/named-query-json/vnf-to-service-instance-1.0.json @@ -0,0 +1,45 @@ +{ + "named-query-uuid" : "a93ac487-409c-4e8c-9e5f-334ae8f99087", + "named-query-name" : "vnf-to-service-instance", + "named-query-version" : "1.0", + "description" : "Named Query - VNF to Service Instance", + "named-query-elements" : { + "named-query-element" : [ { + "named-query-elements" : { + "named-query-element" : [ { + "named-query-elements" : { + "named-query-element" : [ { + "relationship-list" : { + "relationship" : [ { + "related-to" : "model", + "relationship-data" : [ { + "relationship-key" : "model.model-invariant-id", + "relationship-value" : "acc6edd8-a8d4-4b93-afaa-0994068be14c" + } ] + } ] + } + } ] + }, + "relationship-list" : { + "relationship" : [ { + "related-to" : "model", + "relationship-data" : [ { + "relationship-key" : "model.model-invariant-id", + "relationship-value" : "82194af1-3c2c-485a-8f44-420e22a9eaa4" + } ] + } ] + } + } ] + }, + "relationship-list" : { + "relationship" : [ { + "related-to" : "model", + "relationship-data" : [ { + "relationship-key" : "model.model-invariant-id", + "relationship-value" : "acc6edd8-a8d4-4b93-afaa-0994068be14c" + } ] + } ] + } + } ] + } +}
\ No newline at end of file |