aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/resource-dictionary/starter-dictionary/vm-type.json
blob: a0bb6074376a142d1ca38ece67b7ab960100fe46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "name" : "vm-type",
  "tags" : "vm-type",
  "updated-by" : "Singal, Kapil <ks220y@att.com>",
  "property" : {
    "description" : "vm-type",
    "type" : "string"
  },
  "sources" : {
    "processor-db" : {
      "type" : "source-processor-db",
      "properties" : {
        "type" : "SQL",
        "query" : "select VFC_MODEL.vm_type as vm_type from VFC_MODEL where customization_uuid=:vfccustomizationuuid",
        "input-key-mapping" : {
          "vfccustomizationuuid" : "vfccustomizationuuid"
        },
        "output-key-mapping" : {
          "vm-type" : "vm_type"
        },
        "key-dependencies" : [ "vfccustomizationuuid" ]
      }
    }
  }
}