RestConf commands
[scp/oam/modeling.git] / data-model / tools / o1-controller-restconf-commands / get-sdnr-connection-log.rest
diff --git a/data-model/tools/o1-controller-restconf-commands/get-sdnr-connection-log.rest b/data-model/tools/o1-controller-restconf-commands/get-sdnr-connection-log.rest
new file mode 100644 (file)
index 0000000..251bc6b
--- /dev/null
@@ -0,0 +1,13 @@
+POST {{baseUrl}}/database/connectionlog/_search HTTP/1.1
+Content-Type: application/json
+
+{
+    "from": 3,
+    "size": 4,
+    "sort": {
+        "timestamp": "desc"
+    },
+    "query": {
+        "match_all": {}
+    }
+}
\ No newline at end of file