Merge "Add logger to the server"
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / vf-module-label.json
1 {\r
2   "tags": "vf-module-label",\r
3   "name": "vf-module-label",\r
4   "property": {\r
5     "description": "vf-module-label",\r
6     "type": "string"\r
7   },\r
8   "updated-by": "MALAKOV, YURIY <yuriy.malakov@att.com>",\r
9   "sources": {\r
10     "input": {\r
11       "type": "source-input"\r
12     },\r
13     "default": {\r
14       "type": "source-default",\r
15       "properties": {}\r
16     },\r
17     "processor-db": {\r
18       "type": "source-processor-db",\r
19       "properties": {\r
20         "endpoint-selector": "dynamic-db-source",\r
21         "type": "SQL",\r
22         "query": "select sdnctl.VF_MODULE_MODEL.vf_module_label as vf_module_label from sdnctl.VF_MODULE_MODEL where sdnctl.VF_MODULE_MODEL.customization_uuid=:customizationid",\r
23         "input-key-mapping": {\r
24           "customizationid": "vf-module-model-customization-uuid"\r
25         },\r
26         "output-key-mapping": {\r
27           "vf-module-label": "vf_module_label"\r
28         },\r
29         "key-dependencies": [\r
30           "vf-module-model-customization-uuid"\r
31         ]\r
32       }\r
33     }\r
34   }\r
35 }