blob: 299b81b2f3ef85d00042f477d47e2195231e4c75 [file] [log] [blame]
ecaiyanlinuxd202b532020-05-30 15:17:59 +02001{
ecaiyanlinux4b0a0a22020-08-17 13:29:16 +02002 "config":{
ecaiyanlinux4b0a0a22020-08-17 13:29:16 +02003 "ric":[
4 {
5 "name":"ric1",
6 "baseUrl":"https://a1-sim-OSC:8185/",
7 "managedElementIds":[
8 "kista_1",
9 "kista_2"
10 ]
11 },
12 {
ecaiyanlinux30f931f2020-11-10 22:45:48 +010013 "name":"ric2",
14 "baseUrl":"https://a1-sim-STD:8185/",
15 "managedElementIds":[
16 "kista_1",
17 "kista_2"
18 ]
19 },
20 {
21 "name":"ric3",
22 "baseUrl":"https://a1-sim-STD-v2:8185/",
23 "managedElementIds":[
24 "kista_1",
25 "kista_2"
26 ]
ecaiyanlinux4b0a0a22020-08-17 13:29:16 +020027 }
28 ],
29 "streams_publishes":{
30 "dmaap_publisher":{
31 "type":"message_router",
32 "dmaap_info":{
33 "topic_url":"http://dmaap-mr:3904/events/A1-POLICY-AGENT-WRITE"
34 }
35 }
36 },
37 "streams_subscribes":{
38 "dmaap_subscriber":{
39 "type":"message_router",
40 "dmaap_info":{
41 "topic_url":"http://dmaap-mr:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100"
42 }
43 }
44 }
45 }
46 }