blob: dfac66aeef41fdc5e0b5b42bee781067082259d5 [file] [log] [blame]
Muthuramalingam, Brinda Santh(bs2796)052b7bd2018-09-04 20:24:35 +00001{
Singal, Kapil (ks220y)32e90cd2019-01-11 13:58:38 -05002 "name": "primary-db-source",
Muthuramalingam, Brinda Santh(bs2796)052b7bd2018-09-04 20:24:35 +00003 "property" :{
4 "description": "name of the ",
5 "type": "string"
6 },
Muthuramalingam, Brinda Santh(bs2796)052b7bd2018-09-04 20:24:35 +00007 "updated-by": "brindasanth@onap.com",
8 "tags": "bundle-id, brindasanth@onap.com",
9 "sources": {
Singal, Kapil (ks220y)32e90cd2019-01-11 13:58:38 -050010 "primary-db": {
11 "type": "source-primary-db",
Muthuramalingam, Brinda Santh(bs2796)052b7bd2018-09-04 20:24:35 +000012 "properties": {
13 "query": "SELECT db-country, db-state FROM DEVICE_PROFILE WHERE profile_name = :profile_name",
14 "input-key-mapping": {
15 "profile_name": "profile_name"
16 },
17 "output-key-mapping": {
18 "db-country": "country",
19 "db-state": "state"
20 }
21 }
22 }
23 }
24}