Update Data Definitions
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / vfccustomizationuuid.json
1 {
2     "tags": "vfccustomizationuuid",
3     "name": "vfccustomizationuuid",
4     "group":"default",
5     "property": {
6         "description": "vfccustomizationuuid",
7         "type": "string"
8     },
9     "updated-by": "MALAKOV, YURIY <yuriy.malakov@att.com>",
10     "sources": {
11         "input": {
12             "type": "source-input"
13         },
14         "default": {
15             "type": "source-default",
16             "properties": {}
17         },
18         "processor-db": {
19             "type": "source-db",
20             "properties": {
21                 "type": "SQL",
22                 "query": "select sdnctl.VF_MODULE_TO_VFC_MAPPING.vfc_customization_uuid as vnf_customid from sdnctl.VF_MODULE_TO_VFC_MAPPING where vm_count = 1 and sdnctl.VF_MODULE_TO_VFC_MAPPING.vf_module_customization_uuid=:vfmodulecustomizationuuid",
23                 "input-key-mapping": {
24                     "vfmodulecustomizationuuid": "vf-module-model-customization-uuid"
25                 },
26                 "output-key-mapping": {
27                     "vfccustomizationuuid": "vnf_customid"
28                 },
29                 "key-dependencies": [
30                     "vf-module-model-customization-uuid"
31                 ]
32             }
33         }
34     }
35 }