aboutsummaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/modules/resource-dict/load/resource_dictionary/vm-type.json
blob: b0d2a01da85223cec256e02d0bec0e164162113c (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" : {
    "primary-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" ]
      }
    }
  }
}