diff options
Diffstat (limited to 'ms/controllerblueprints/application/load/resource_dictionary/vnf-name.json')
-rwxr-xr-x | ms/controllerblueprints/application/load/resource_dictionary/vnf-name.json | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/ms/controllerblueprints/application/load/resource_dictionary/vnf-name.json b/ms/controllerblueprints/application/load/resource_dictionary/vnf-name.json deleted file mode 100755 index 89b3dc1c0..000000000 --- a/ms/controllerblueprints/application/load/resource_dictionary/vnf-name.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name" : "vnf-name", - "tags" : "vnf-name, tosca.datatypes.Root, data_type", - "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 |