Merge "NBI documentation using swagger UI"
[nonrtric.git] / policy-agent / config / application_configuration.json
index ccde671..cb039ca 100644 (file)
@@ -1,6 +1,23 @@
 {
-  "config": {
-    "//description": "Application configuration",
-    "exampleProperty": "test"
-  }
+   "config": {
+      "//description": "Application configuration",
+      "ric": [
+         {
+            "name": "ric1",
+            "baseUrl": "http://ric1:8085/",
+            "managedElementIds": [
+               "kista_1",
+               "kista_2"
+            ]
+         }
+      ]
+   },
+   "streams_subscribes": {
+      "dmaap_subscriber": {
+         "dmaap_info": {
+            "topic_url": "http://dradmin:dradmin@localhost:2222/events/A1-P/users/sdnc1"
+         },
+         "type": "message_router"
+      }
+   }
 }
\ No newline at end of file