Add release notes for Acumos xAPP for Amber release
[ric-app/ml.git] / AcumosXappAdapter / config.json
1 {
2     "version": "0.1.1",
3     "microserviceRootURL": "http://acumos:3330/",
4     "methodRoot": "model/methods/",
5     "artifactRoot": "model/artifacts/",
6     "methods": {
7         "1": {
8             "service": "classify",
9             "content-type": "application/json",
10             "return-type": "application/json",
11             "return-rte": "2"
12         }
13     }
14 }