1bf36ef391dd402dee5719cf0ccf3386014881c3
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / vf-nf-code.json
1 {
2   "name" : "vf-nf-code",
3   "tags" : "vf-nf-code",
4   "updated-by" : "Singal, Kapil <ks220y@att.com>",
5   "property" : {
6     "description" : "vf-nf-code",
7     "type" : "string"
8   },
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" : [ "vnf-model-customization-uuid" ]
22       }
23     }
24   }
25 }