...
1{
2 "description": "Discover ghost with directConnection URI option",
3 "uri": "mongodb://b/?directConnection=false",
4 "phases": [
5 {
6 "responses": [
7 [
8 "b:27017",
9 {
10 "ok": 1,
11 "helloOk": true,
12 "isWritablePrimary": false,
13 "isreplicaset": true,
14 "minWireVersion": 0,
15 "maxWireVersion": 6
16 }
17 ]
18 ],
19 "outcome": {
20 "servers": {
21 "b:27017": {
22 "type": "RSGhost",
23 "setName": null
24 }
25 },
26 "topologyType": "Unknown",
27 "logicalSessionTimeoutMinutes": null,
28 "setName": null
29 }
30 }
31 ]
32}
View as plain text