Modified vf-module-name
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / vf-nf-code.json
1 {
2         "tags": "vf-nf-code",
3         "name": "vf-nf-code",
4         "property": {
5                 "description": "vf-nf-code",
6                 "type": "string"
7         },
8         "updated-by": "Singal, Kapil <ks220y@att.com>",
9         "sources": {
10                 "processor-db": {
11                         "type": "source-db",
12                         "properties": {
13                                 "type": "SQL",
14                                 "query": "select sdnctl.VF_MODEL.nf_code as vf_nf_code from sdnctl.VF_MODEL where sdnctl.VF_MODEL.customization_uuid=:customizationid",
15                                 "input-key-mapping": {
16                                         "customizationid": "vnf-model-customization-uuid"
17                                 },
18                                 "output-key-mapping": {
19                                         "vf-nf-code": "vf_nf_code"
20                                 },
21                                 "key-dependencies": [
22                                         "vnf-model-customization-uuid"
23                                 ]
24                         }
25                 }
26         }
27 }