Blueprint Processor Python Script Components
[ccsdk/cds.git] / components / resource-dict / load / resource_dictionary / primary-db-source.json
1 {\r
2   "name": "primary-db-source",\r
3   "property" :{\r
4     "description": "name of the ",\r
5     "type": "string"\r
6   },\r
7   "updated-by": "brindasanth@onap.com",\r
8   "tags": "bundle-id, brindasanth@onap.com",\r
9   "sources": {\r
10     "primary-db": {\r
11       "type": "source-primary-db",\r
12       "properties": {\r
13         "query": "SELECT db-country, db-state FROM DEVICE_PROFILE WHERE profile_name = :profile_name",\r
14         "input-key-mapping": {\r
15           "profile_name": "profile_name"\r
16         },\r
17         "output-key-mapping": {\r
18           "db-country": "country",\r
19           "db-state": "state"\r
20         }\r
21       }\r
22     }\r
23   }\r
24 }