Resource DB system sample code 74/85574/1
authorEzhilarasi <ezhrajam@in.ibm.com>
Wed, 17 Apr 2019 13:02:33 +0000 (18:32 +0530)
committerEzhilarasi <ezhrajam@in.ibm.com>
Wed, 17 Apr 2019 13:02:39 +0000 (18:32 +0530)
Change-Id: I4c5b5560a36ff6560075476fd222e6d14bfe8307
Issue-ID: CCSDK-1221
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
docs/datadictionary/dbsystemcode.rst [new file with mode: 0644]

diff --git a/docs/datadictionary/dbsystemcode.rst b/docs/datadictionary/dbsystemcode.rst
new file mode 100644 (file)
index 0000000..5051d1e
--- /dev/null
@@ -0,0 +1,15 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. Copyright (C) 2019 IBM.
+
+Dbsystemcode
+============
+
+"dsl_definitions": {
+  "dynamic-db-source": {
+    "type": "maria-db",
+    "url": "jdbc:mysql://localhost:3306/sdnctl",
+    "username": "sdnctl",
+    "password": "sdnctl"
+  }
+}
\ No newline at end of file