blob: 47371d1849abf177f44198779117d14d1d604f16 [file] [log] [blame]
Singal, Kapil (ks220y)dafea562018-09-21 14:31:06 -04001{
2 "name" : "vnf-name",
3 "tags" : "vnf-name, tosca.datatypes.Root, data_type",
4 "updated-by" : "Singal, Kapil <ks220y@att.com>",
5 "property" : {
6 "description" : "vnf-name",
7 "type" : "string"
8 },
9 "sources" : {
10 "mdsal" : {
11 "type" : "source-rest",
12 "properties" : {
13 "type" : "JSON",
14 "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",
15 "path" : "/param/0/value",
16 "expression-type" : "JSON_POINTER",
17 "input-key-mapping" : {
18 "service-instance-id" : "service-instance-id",
19 "vnf-id" : "vnf-id"
20 },
21 "output-key-mapping" : {
22 "vnf-name" : "value"
23 },
24 "key-dependencies" : [ "service-instance-id", "vnf-id" ]
25 }
26 }
27 }
28}