Singal, Kapil (ks220y) | dafea56 | 2018-09-21 14:31:06 -0400 | [diff] [blame] | 1 | {
|
| 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 | } |