Add script to start PMS and add policy type
[nonrtric/rapp/healthcheck.git] / test / application_configuration.json
1 {
2     "config": {
3         "ric": [
4             {
5                 "name": "ric1",
6                 "baseUrl": "http://ric1:8085/",
7                 "managedElementIds": [
8                     "kista_1",
9                     "kista_2"
10                 ]
11             },
12             {
13                 "name": "ric2",
14                 "baseUrl": "http://ric2:8085/",
15                 "managedElementIds": [
16                     "kista_3",
17                     "kista_4"
18                 ]
19             }
20         ]
21     }
22 }