We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3342f5b commit e89c39bCopy full SHA for e89c39b
1 file changed
docs/userguide/connections.rst
@@ -36,7 +36,7 @@ You can, however, supply one or more of the following kwargs (defaults listed):
36
.. code-block:: python
37
38
>>> from f5.bigip import ManagementRoot
39
- >>> mgmt = ManagementRoot('192.168.1.1', 'user', 'pass', token=True, token_to_use='424CC392BC96AC52A19D32DF65BB1BC80F0EC63F629471C3AFA8A055C52F391B2DC124E17A5E8D8C7F3E91E1D1909629B6BF124747DEF879A1F028129E5486F4'
+ >>> mgmt = ManagementRoot('192.168.1.1', 'user', 'pass', token=True, token_to_use='2PXGGMT4QR3Y3PAQEEURAPB5DJ')
40
41
.. topic:: Example: Enable cert verification
42
0 commit comments