Add Acumos xApp Adapter
[ric-app/ml.git] / AcumosXappAdapter / config.json
diff --git a/AcumosXappAdapter/config.json b/AcumosXappAdapter/config.json
new file mode 100644 (file)
index 0000000..e425e82
--- /dev/null
@@ -0,0 +1,14 @@
+{
+    "version": "0.1.1",
+    "microserviceRootURL": "http://acumos:3330/",
+    "methodRoot": "model/methods/",
+    "artifactRoot": "model/artifacts/",
+    "methods": {
+       "1": {
+           "service": "classify",
+           "content-type": "application/json",
+           "return-type": "application/json",
+           "return-rte": "2"
+       }
+    }
+}