blob: b2ccd45da2303c04c5059c8218e4ec18f29b58b0 [file] [log] [blame]
Singal, Kapil (ks220y)dafea562018-09-21 14:31:06 -04001{
2 "name" : "vnfc-model-invariant-uuid",
3 "tags" : "vnfc-model-invariant-uuid",
4 "updated-by" : "Singal, Kapil <ks220y@att.com>",
5 "property" : {
6 "description" : "vnfc-model-invariant-uuid 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.invariant_uuid as vfc_invariant_uuid from VFC_MODEL where customization_uuid=:vfccustomizationuuid",
15 "input-key-mapping" : {
16 "vfccustomizationuuid" : "vfccustomizationuuid"
17 },
18 "output-key-mapping" : {
19 "vnfc-model-invariant-uuid" : "vfc_invariant_uuid"
20 },
21 "key-dependencies" : [ "vfccustomizationuuid" ]
22 }
23 }
24 }
25}