Controller Design Studio
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / vnf_name.json
1 {
2   "name" : "vnf_name",
3   "tags" : "vnf_name",
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         "input-key-mapping" : {
17           "service-instance-id" : "service-instance-id",
18           "vnf-id" : "vnf-id"
19         },
20         "output-key-mapping" : {
21           "vnf_name" : "value"
22         },
23         "key-dependencies" : [ "service-instance-id", "vnf-id" ]
24       }
25     }
26   }
27 }