summaryrefslogtreecommitdiffstats
path: root/grToolkit/provider/src/test/resources/single/cluster.json
blob: 93360845fd77e1b2ab19ee73983476ea0c5fb849 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "request": {
    "mbean": "akka:type=Cluster",
    "type": "read"
  },
  "value": {
    "Leader": "akka.tcp://opendaylight-cluster-data@localhost:2550",
    "Unreachable": "",
    "Singleton": true,
    "Available": true,
    "MemberStatus": "Up",
    "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",
    "Members": "akka.tcp://opendaylight-cluster-data@localhost:2550"
  },
  "timestamp": 1575393881,
  "status": 200
}