d24478d96ffc4b80169ed8c3862c30caff63ecec
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / vm-type.json
1 {
2   "tags": "vm-type",
3   "name": "vm-type",
4   "property": {
5     "description": "vm-type",
6     "type": "string"
7   },
8   "updated-by": "MALAKOV, YURIY <yuriy.malakov@att.com>",
9   "sources": {
10     "input": {
11       "type": "source-input"
12     },
13     "default": {
14       "type": "source-default",
15       "properties": {}
16     },
17     "processor-db": {
18       "type": "source-db",
19       "properties": {
20         "endpoint-selector": "dynamic-db-source",
21         "type": "SQL",
22         "query": "select VFC_MODEL.vm_type as vm_type from VFC_MODEL where customization_uuid=:vfccustomizationuuid",
23         "input-key-mapping": {
24           "vfccustomizationuuid": "vfccustomizationuuid"
25         },
26         "output-key-mapping": {
27           "vm-type": "vm_type"
28         },
29         "key-dependencies": [
30           "vfccustomizationuuid"
31         ]
32       }
33     }
34   }
35 }