Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- >>> nb = pynetbox.api(
- ... 'https://netbox.url',
- ... token='XXX',
- ... private_key_file='/my/path/to/key',
- ... ssl_verify='/my/path/to/cacert.crt'
- ... )
- Traceback (most recent call last):
- File "<stdin>", line 5, in <module>
- TypeError: __init__() got an unexpected keyword argument 'ssl_verify'
- >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement