diff options
author | Dan Timoney <dtimoney@att.com> | 2019-01-16 20:14:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-01-16 20:14:04 +0000 |
commit | 0445f02d75d32e9b495953c80771c54ffb311618 (patch) | |
tree | ad12016f6f7153a078834788a187f8b37dbd0477 /components/resource-dict/load/resource_dictionary/primary-db-source.json | |
parent | 4e08795acadc769817fac2250804a8fa33d36aea (diff) | |
parent | 32e90cd22a5e2fb21ca369102dfa063f2db9e93f (diff) |
Merge "Resource Resolution Service : 2"
Diffstat (limited to 'components/resource-dict/load/resource_dictionary/primary-db-source.json')
-rw-r--r-- | components/resource-dict/load/resource_dictionary/primary-db-source.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/components/resource-dict/load/resource_dictionary/primary-db-source.json b/components/resource-dict/load/resource_dictionary/primary-db-source.json new file mode 100644 index 000000000..dfac66aee --- /dev/null +++ b/components/resource-dict/load/resource_dictionary/primary-db-source.json @@ -0,0 +1,24 @@ +{
+ "name": "primary-db-source",
+ "property" :{
+ "description": "name of the ",
+ "type": "string"
+ },
+ "updated-by": "brindasanth@onap.com",
+ "tags": "bundle-id, brindasanth@onap.com",
+ "sources": {
+ "primary-db": {
+ "type": "source-primary-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 |