RehanRaza | ff56d26 | 2020-01-24 10:50:22 +0100 | [diff] [blame^] | 1 | { |
2 | "config": { | ||||
3 | "//description": "Application configuration", | ||||
4 | "ric": [ | ||||
5 | { | ||||
6 | "name": "ric1", | ||||
7 | "baseUrl": "http://ric1:8085/", | ||||
8 | "managedElementIds": [ | ||||
9 | "kista_1", | ||||
10 | "kista_2" | ||||
11 | ] | ||||
12 | } | ||||
13 | ] | ||||
14 | }, | ||||
15 | "streams_subscribes": { | ||||
16 | "dmaap_subscriber": { | ||||
17 | "dmaap_info": { | ||||
18 | "topic_url": "http://dradmin:dradmin@localhost:2222/events/A1-P/users/sdnc1" | ||||
19 | }, | ||||
20 | "type": "message_router" | ||||
21 | } | ||||
22 | } | ||||
23 | } |