aboutsummaryrefslogtreecommitdiffstats
path: root/components/resource-dict/load/resource_dictionary/vnf_name.json
diff options
context:
space:
mode:
authorDan Timoney <dt5972@att.com>2018-09-24 13:55:44 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-24 13:55:44 +0000
commit3ac1730c0dec21037567dad9c849687dfc677f04 (patch)
treea422ce43dca96292fcfe3a06ff92ffdbcd29a8b7 /components/resource-dict/load/resource_dictionary/vnf_name.json
parent84cd8c43fa95f08ce98d498a145b9fcb2552f3ce (diff)
parentdafea560356abd3ff7fe58f874d0933631fb3433 (diff)
Merge "SDN Controller Blueprints MS Component"
Diffstat (limited to 'components/resource-dict/load/resource_dictionary/vnf_name.json')
-rw-r--r--components/resource-dict/load/resource_dictionary/vnf_name.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/components/resource-dict/load/resource_dictionary/vnf_name.json b/components/resource-dict/load/resource_dictionary/vnf_name.json
new file mode 100644
index 00000000..4617a264
--- /dev/null
+++ b/components/resource-dict/load/resource_dictionary/vnf_name.json
@@ -0,0 +1,28 @@
+{
+ "name" : "vnf_name",
+ "tags" : "vnf_name",
+ "updated-by" : "Singal, Kapil <ks220y@att.com>",
+ "property" : {
+ "description" : "vnf_name",
+ "type" : "string"
+ },
+ "sources" : {
+ "mdsal" : {
+ "type" : "source-rest",
+ "properties" : {
+ "type" : "JSON",
+ "url-path" : "config/GENERIC-RESOURCE-API:services/service/$service-instance-id/service-data/vnfs/vnf/$vnf-id/vnf-data/vnf-topology/vnf-parameters-data/param/vnf_name",
+ "path" : "/param/0/value",
+ "expression-type" : "JSON_POINTER",
+ "input-key-mapping" : {
+ "service-instance-id" : "service-instance-id",
+ "vnf-id" : "vnf-id"
+ },
+ "output-key-mapping" : {
+ "vnf_name" : "value"
+ },
+ "key-dependencies" : [ "service-instance-id", "vnf-id" ]
+ }
+ }
+ }
+} \ No newline at end of file