2025-03-17 20:58:26 +01:00

46 lines
1010 B
JSON

{
"description": "Discover RSOther with directConnection URI option",
"uri": "mongodb://b/?directConnection=false",
"phases": [
{
"responses": [
[
"b:27017",
{
"ok": 1,
"helloOk": true,
"isWritablePrimary": false,
"secondary": false,
"hosts": [
"c:27017",
"d:27017"
],
"setName": "rs",
"minWireVersion": 0,
"maxWireVersion": 6
}
]
],
"outcome": {
"servers": {
"b:27017": {
"type": "RSOther",
"setName": "rs"
},
"c:27017": {
"type": "Unknown",
"setName": null
},
"d:27017": {
"type": "Unknown",
"setName": null
}
},
"topologyType": "ReplicaSetNoPrimary",
"logicalSessionTimeoutMinutes": null,
"setName": "rs"
}
}
]
}