blob: 92b16a2125463e530f055d86330dd8bd630fdfa7 [file] [log] [blame]
Muthuramalingam, Brinda Santh(bs2796)42b670c2018-08-21 04:11:57 +00001{
Muthuramalingam, Brinda Santh(bs2796)62cc10e2018-08-31 19:52:48 +00002 "name": "db-source",
Brinda Santh274c3ad2018-08-24 22:48:32 -04003 "property" :{
4 "description": "name of the ",
5 "type": "string"
6 },
Muthuramalingam, Brinda Santh(bs2796)42b670c2018-08-21 04:11:57 +00007 "resource-type": "ONAP",
8 "resource-path": "vnf/bundle-id",
9 "updated-by": "brindasanth@onap.com",
Muthuramalingam, Brinda Santh(bs2796)42b670c2018-08-21 04:11:57 +000010 "tags": "bundle-id, brindasanth@onap.com",
Brinda Santh274c3ad2018-08-24 22:48:32 -040011 "sources": {
Muthuramalingam, Brinda Santh(bs2796)42b670c2018-08-21 04:11:57 +000012 "db": {
Brinda Santh274c3ad2018-08-24 22:48:32 -040013 "type": "source-db",
14 "properties": {
15 "query": "SELECT db-country, db-state FROM DEVICE_PROFILE WHERE profile_name = :profile_name",
16 "input-key-mapping": {
17 "profile_name": "profile_name"
18 },
19 "output-key-mapping": {
20 "db-country": "country",
21 "db-state": "state"
22 }
Muthuramalingam, Brinda Santh(bs2796)42b670c2018-08-21 04:11:57 +000023 }
24 }
Brinda Santhe2f01ca2018-08-27 20:08:09 -040025 }
Muthuramalingam, Brinda Santh(bs2796)42b670c2018-08-21 04:11:57 +000026}