Advertisement
Guest User

pynetbox_ssl_verify

a guest
Jul 7th, 2020
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. >>> nb = pynetbox.api(
  2. ... 'https://netbox.url',
  3. ... token='XXX',
  4. ... private_key_file='/my/path/to/key',
  5. ... ssl_verify='/my/path/to/cacert.crt'
  6. ... )
  7. Traceback (most recent call last):
  8. File "<stdin>", line 5, in <module>
  9. TypeError: __init__() got an unexpected keyword argument 'ssl_verify'
  10. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement