Skip to content

Commit 85c3b28

Browse files
author
Kay Kim
committed
DOCS-12320: transportSecurity in serverStatus
1 parent 348d41b commit 85c3b28

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

source/reference/command/serverStatus.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1514,6 +1514,30 @@ transactions
15141514

15151515
.. versionadded:: 4.2
15161516

1517+
transportSecurity
1518+
~~~~~~~~~~~~~~~~~
1519+
1520+
.. versionadded:: 4.0.2 (*Also available in 3.6.7+ and 3.4.17+*)
1521+
1522+
.. code-block:: javascript
1523+
1524+
"transportSecurity" : {
1525+
"1.0" : <NumberLong>,
1526+
"1.1" : <NumberLong>,
1527+
"1.2" : <NumberLong>,
1528+
"1.3" : <NumberLong>,
1529+
"unknown" :<NumberLong>
1530+
},
1531+
1532+
.. serverstatus:: transportSecurity.<version>
1533+
1534+
.. versionadded:: 4.0.2 (*Also available in 3.6.7+ and 3.4.17+*)
1535+
1536+
The cumulative number of TLS <version> connections that have been
1537+
made to this :binary:`~bin.mongod` or :binary:`~bin.mongos`
1538+
instance. The value is reset upon restart.
1539+
1540+
15171541
.. _server-status-wiredTiger:
15181542

15191543
wiredTiger

0 commit comments

Comments
 (0)