summaryrefslogtreecommitdiffstats
path: root/components/model-catalog/resource-dictionary/starter-dictionary/sample-db-source.json
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2018-11-15 20:35:12 +0000
committerGerrit Code Review <gerrit@onap.org>2018-11-15 20:35:12 +0000
commit8e2f54808446119be1fc4fa2a8f3cf089aeabd46 (patch)
treeb72f9e4ec923101220bb7bb1a22ad53e9adb3360 /components/model-catalog/resource-dictionary/starter-dictionary/sample-db-source.json
parent452a3c355a74436457bd526e08c08583e64a7ae0 (diff)
parenta9bf0541c65d8bb81b814bd85253cf4518fcb52b (diff)
Merge "Controller Design Studio"
Diffstat (limited to 'components/model-catalog/resource-dictionary/starter-dictionary/sample-db-source.json')
-rw-r--r--components/model-catalog/resource-dictionary/starter-dictionary/sample-db-source.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/sample-db-source.json b/components/model-catalog/resource-dictionary/starter-dictionary/sample-db-source.json
new file mode 100644
index 00000000..90775aee
--- /dev/null
+++ b/components/model-catalog/resource-dictionary/starter-dictionary/sample-db-source.json
@@ -0,0 +1,24 @@
+{
+ "name": "sample-db-source",
+ "property" :{
+ "description": "name of the ",
+ "type": "string"
+ },
+ "updated-by": "brindasanth@onap.com",
+ "tags": "db-source, brindasanth@onap.com",
+ "sources": {
+ "db": {
+ "type": "source-db",
+ "properties": {
+ "query": "SELECT db-country, db-state FROM DEVICE_PROFILE WHERE profile_name = :profile_name",
+ "input-key-mapping": {
+ "profile_name": "profile_name"
+ },
+ "output-key-mapping": {
+ "db-country": "country",
+ "db-state": "state"
+ }
+ }
+ }
+ }
+} \ No newline at end of file