Blueprint Processor Python Script Components
[ccsdk/cds.git] / components / resource-dict / load / resource_dictionary / vm-type.json
1 {\r
2   "name" : "vm-type",\r
3   "tags" : "vm-type",\r
4   "updated-by" : "Singal, Kapil <ks220y@att.com>",\r
5   "property" : {\r
6     "description" : "vm-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 vfc_model.vm_type as vm_type from VFC_MODEL where customization_uuid=:vfccustomizationuuid",\r
15         "input-key-mapping" : {\r
16           "vfccustomizationuuid" : "vfccustomizationuuid"\r
17         },\r
18         "output-key-mapping" : {\r
19           "vm-type" : "vm_type"\r
20         },\r
21         "key-dependencies" : [ "vfccustomizationuuid" ]\r
22       }\r
23     }\r
24   }\r
25 }