blob: deb88a080aa52346ed256a21c42a5d0d881283c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
{
"config":{
"//description":"Application configuration",
"ric":[
{
"name":"ric1",
"baseUrl":"https://a1-sim-OSC:8185/",
"managedElementIds":[
"kista_1",
"kista_2"
]
},
{
"name":"ric2",
"baseUrl":"https://a1-sim-STD-v2:8185/",
"managedElementIds":[
"kista_1",
"kista_2"
]
}
],
"streams_publishes":{
"dmaap_publisher":{
"type":"message_router",
"dmaap_info":{
"topic_url":"http://dmaap-mr:3904/events/A1-POLICY-AGENT-WRITE"
}
}
},
"streams_subscribes":{
"dmaap_subscriber":{
"type":"message_router",
"dmaap_info":{
"topic_url":"http://dmaap-mr:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100"
}
}
}
}
}
|