[CCSDK-1985]GR Toolkit Refactor
[ccsdk/sli/plugins.git] / grToolkit / provider / src / test / resources / single / cluster.json
1 {
2   "request": {
3     "mbean": "akka:type=Cluster",
4     "type": "read"
5   },
6   "value": {
7     "Leader": "akka.tcp://opendaylight-cluster-data@localhost:2550",
8     "Unreachable": "",
9     "Singleton": true,
10     "Available": true,
11     "MemberStatus": "Up",
12     "ClusterStatus": "{\n  \"members\": [\n    {\n      \"address\": \"akka.tcp://opendaylight-cluster-data@localhost:2550\",\n      \"roles\": [\n        \"dc-default\",\n        \"member-1\"\n      ],\n      \"status\": \"Up\"\n    }\n  ],\n  \"self-address\": \"akka.tcp://opendaylight-cluster-data@localhost:2550\",\n  \"unreachable\": []\n}\n",
13     "Members": "akka.tcp://opendaylight-cluster-data@localhost:2550"
14   },
15   "timestamp": 1575393881,
16   "status": 200
17 }