GET persistence/clusters
The web method GET persistence/clusters retrieves a collection of persistence cluster status objects.
Example JSON Representation
{
"clusters":[{
"name":"Cluster",
"servers":["pserver"],
"stores":["pstore"]
"quorum": {
"set_name": "_setA",
"have_quorum": true,
"leader": "pserver",
"max_member_count": 1,
"min_member_count": 1,
"current_member_count": 1,
"errors": [],
"members_in_quorum": [
"pserver",
],
"members_not_in_quorum": []
}
}]
}
Copyright © Cloud Software Group, Inc. All rights reserved.
