Blueprint Processor Python Script Components
[ccsdk/cds.git] / components / resource-dict / load / resource_dictionary / vf-module-type.json
1 {\r
2   "name" : "vf-module-type",\r
3   "tags" : "vf-module-type",\r
4   "updated-by" : "Singal, Kapil <ks220y@att.com>",\r
5   "property" : {\r
6     "description" : "vf-module-type",\r
7     "type" : "string"\r
8   },\r
9   "sources" : {\r
10     "primary-db" : {\r
11       "type" : "source-primary-db",\r
12       "properties" : {\r
13         "type" : "SQL",\r
14         "query" : "select vf_module_type as vf_module_type from sdnctl.VF_MODULE_MODEL where customization_uuid=:customizationid",\r
15         "input-key-mapping" : {\r
16           "customizationid" : "vf-module-model-customization-uuid"\r
17         },\r
18         "output-key-mapping" : {\r
19           "vf-module-type" : "vf_module_type"\r
20         },\r
21         "key-dependencies" : [ "vf-module-model-customization-uuid" ]\r
22       }\r
23     }\r
24   }\r
25 }