1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"appName":"",
"aid":"",
"namespace":"",
"userid":"",
"password":"",
"ensure-active-0": "./ensureSdncActive.sh",
"ensure-active-1": "./ensureSdncActive.sh",
"ensure-passive-0":"./ensureSdncStandby.sh",
"ensure-passive-1":"./ensureSdncStandby.sh",
"restart-prom-0":"ssh ...",
"restart-prom-1":"",
"core-monitor-sleep-time":"1000",
"prom-timeout":"5000",
"noOfRetryAttempts":"3",
"replicaIdList":["0", "1"],
"musicLocation":"127.0.0.1",
"musicVersion":2
}
|