Merge "Complementary Junit test coverage"
[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     "default": {
11       "type": "source-default",
12       "properties": {
13       }
14     },
15     "input": {
16       "type": "source-input",
17       "properties": {
18       }
19     },
20     "primary-config-data" : {
21       "type" : "source-rest",
22       "properties" : {
23         "type" : "JSON",
24         "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",
25         "path" : "/param/0/value",
26         "input-key-mapping" : {
27           "service-instance-id" : "service-instance-id",
28           "vnf-id" : "vnf-id"
29         },
30         "output-key-mapping" : {
31           "vnf_name" : "value"
32         },
33         "key-dependencies" : [ "service-instance-id", "vnf-id" ]
34       }
35     }
36   }
37 }