RestConf commands

Each *.rest file represents a single RestConf Command to the SMO-O1-Controller

Issue-ID: OAM-122
Signed-off-by: demx8as6 <martin.skorupski@highstreet-technologies.com>
Change-Id: I5eb995efd15f71a9f1d174c94699f5d7df701dc5
diff --git a/data-model/tools/o1-controller-restconf-commands/get-sdnr-create-connection-biermann.rest b/data-model/tools/o1-controller-restconf-commands/get-sdnr-create-connection-biermann.rest
new file mode 100644
index 0000000..dd7d6a7
--- /dev/null
+++ b/data-model/tools/o1-controller-restconf-commands/get-sdnr-create-connection-biermann.rest
@@ -0,0 +1,16 @@
+POST {{baseUrl}}/restconf/operations/data-provider:create-network-element-connection
+Authorization: Basic {{user}} {{password}}
+Accept: application/json
+Content-Type: application/json
+
+{
+  "data-provider:input": {
+    "id": "new-mountpoint-name",
+    "node-id": "new-mountpoint-name",
+    "host": "10.10.10.10",
+    "port": "830",
+    "username": "netconf",
+    "password": "netconf",
+    "is-required": "true"
+  }
+}
\ No newline at end of file