aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/resource-dictionary/starter-dictionary/golden-vf-module-type.json
blob: 104791e79689bc2e7b938763c0b027f09336db16 (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
26
{
  "tags" : "golden-vf-module-type",
  "name" : "golden-vf-module-type",
  "group":"default",
  "property" : {
    "description" : "golden-vf-module-type",
    "type" : "string"
  },
  "updated-by" : "adetalhouet",
  "sources" : {
    "processor-db" : {
      "type" : "source-db",
      "properties" : {
        "type" : "SQL",
        "query" : "select sdnctl.demo.value as value from sdnctl.demo where sdnctl.demo.id=:vfmoduleid",
        "input-key-mapping" : {
          "vfmoduleid" : "vf-module-number"
        },
        "output-key-mapping" : {
          "golden-vf-module-type" : "value"
        },
        "key-dependencies" : [ "vf-module-number" ]
      }
    }
  }
}