Fix configuration in JSon
[nonrtric.git] / policy-agent / src / test / resources / test_application_configuration_with_dmaap_config.json
1 {
2    "config":{
3       "ric":[
4          {
5             "name":"ric1",
6             "baseUrl":"http://localhost:8083/",
7             "managedElementIds":[
8                "kista_1",
9                "kista_2"
10             ]
11          },
12          {
13             "name":"ric2",
14             "baseUrl":"http://localhost:8085/",
15             "managedElementIds":[
16                "kista_3",
17                "kista_4"
18             ]
19          }
20       ],
21       "streams_publishes":{
22          "dmaap_publisher":{
23             "type":"message_router",
24             "dmaap_info":{
25                "topic_url":"http://admin:admin@localhost:6845/events/A1-POLICY-AGENT-WRITE"
26             }
27          }
28       },
29       "streams_subscribes":{
30          "dmaap_subscriber":{
31             "type":"message_router",
32             "dmaap_info":{
33                "topic_url":"http://admin:admin@localhost:6845/events/A1-POLICY-AGENT-READ/users/policy-agent"
34             }
35          }
36       }
37    }
38 }