Expose endpoint to accept bulk request
[cps.git] / dmi-plugin-stub / mappings / batchCmHandles.json
diff --git a/dmi-plugin-stub/mappings/batchCmHandles.json b/dmi-plugin-stub/mappings/batchCmHandles.json
new file mode 100644 (file)
index 0000000..2018516
--- /dev/null
@@ -0,0 +1,13 @@
+{
+  "request": {
+    "method": "POST",
+    "urlPattern": "/dmi/v1/ch/batch/data/ds/.*"
+  },
+  "response": {
+    "status": 200,
+    "bodyFileName": "batchResponse.json",
+    "headers": {
+      "Content-Type": "application/json"
+    }
+  }
+}