95b78aff65d132bfbe7f4a5b5f4b09c62357dab9
[ccsdk/cds.git] / ms / controllerblueprints / modules / resource-dict / load / resource_dictionary / vf-module-label.json
1 {
2   "name" : "vf-module-label",
3   "tags" : "vf-module-label",
4   "updated-by" : "Singal, Kapil <ks220y@att.com>",
5   "property" : {
6     "description" : "vf-module-label",
7     "type" : "string"
8   },
9   "sources" : {
10     "processor-db" : {
11       "type" : "source-db",
12       "properties" : {
13         "type" : "SQL",
14         "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",
15         "input-key-mapping" : {
16           "customizationid" : "vf-module-model-customization-uuid"
17         },
18         "output-key-mapping" : {
19           "vf-module-label" : "vf_module_label"
20         },
21         "key-dependencies" : [ "vf-module-model-customization-uuid" ]
22       }
23     }
24   }
25 }