c8746e809f7746492ace04c6fe24e01048704be3
[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                                 
22                                 "type": "SQL",
23                                 "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",
24                                 "input-key-mapping": {
25                                         "vfmodulecustomizationuuid": "vf-module-model-customization-uuid"
26                                 },
27                                 "output-key-mapping": {
28                                         "vfccustomizationuuid": "vnf_customid"
29                                 },
30                                 "key-dependencies": [
31                                         "vf-module-model-customization-uuid"
32                                 ]
33                         }
34                 }
35         }
36 }