Muthuramalingam, Brinda Santh(bs2796) | 052b7bd | 2018-09-04 20:24:35 +0000 | [diff] [blame^] | 1 | {
|
| 2 | "name": "db-source",
|
| 3 | "property" :{
|
| 4 | "description": "name of the ",
|
| 5 | "type": "string"
|
| 6 | },
|
| 7 | "resource-type": "ONAP",
|
| 8 | "resource-path": "vnf/bundle-id",
|
| 9 | "updated-by": "brindasanth@onap.com",
|
| 10 | "tags": "bundle-id, brindasanth@onap.com",
|
| 11 | "sources": {
|
| 12 | "db": {
|
| 13 | "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 | }
|
| 23 | }
|
| 24 | }
|
| 25 | }
|
| 26 | } |