diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2018-09-21 14:31:06 -0400 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2018-09-21 16:26:47 -0400 |
commit | dafea560356abd3ff7fe58f874d0933631fb3433 (patch) | |
tree | e49195158a0a3588ba0323b00afc001b517c2e47 /components/resource-dict/load/resource_dictionary/vnf_name.json | |
parent | 613b05fe39d8e2a9e55e8df1e844dec37e900646 (diff) |
SDN Controller Blueprints MS Component
Adding ONAP Resource Definitions with new schema
Change-Id: Ic4e1bd79dd54d12ce12f6e79ae1d738b283f3f0c
Issue-ID: CCSDK-490
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Diffstat (limited to 'components/resource-dict/load/resource_dictionary/vnf_name.json')
-rw-r--r-- | components/resource-dict/load/resource_dictionary/vnf_name.json | 28 |
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 |