...
1{
2 "description": "Wrong setName",
3 "uri": "mongodb://a,b/?replicaSet=rs",
4 "phases": [
5 {
6 "responses": [
7 [
8 "b:27017",
9 {
10 "ok": 1,
11 "helloOk": true,
12 "isWritablePrimary": false,
13 "secondary": true,
14 "hosts": [
15 "b:27017",
16 "c:27017"
17 ],
18 "setName": "wrong",
19 "minWireVersion": 0,
20 "maxWireVersion": 6
21 }
22 ]
23 ],
24 "outcome": {
25 "servers": {
26 "a:27017": {
27 "type": "Unknown",
28 "setName": null
29 }
30 },
31 "topologyType": "ReplicaSetNoPrimary",
32 "logicalSessionTimeoutMinutes": null,
33 "setName": "rs"
34 }
35 }
36 ]
37}
View as plain text