blob: fb59eea7f8eac280cc759009962ebdc813955a8b [file] [log] [blame]
Singal, Kapil (ks220y)dafea562018-09-21 14:31:06 -04001{
2 "name" : "vnfc-model-version",
3 "tags" : "vnfc-model-version",
4 "updated-by" : "Singal, Kapil <ks220y@att.com>",
5 "property" : {
6 "description" : "vnfc-model-version for vFW template",
7 "type" : "string"
8 },
9 "sources" : {
10 "db" : {
11 "type" : "source-db",
12 "properties" : {
13 "type" : "SQL",
14 "query" : "select vfc_model.version as vnfc_model_version from VFC_MODEL where customization_uuid=:vfccustomizationuuid",
15 "input-key-mapping" : {
16 "vfccustomizationuuid" : "vfccustomizationuuid"
17 },
18 "output-key-mapping" : {
19 "vnfc-model-version" : "vnfc_model_version"
20 },
21 "key-dependencies" : [ "vfccustomizationuuid" ]
22 }
23 }
24 }
25}