You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try to fetch configuration via nb.plugins.netbox_napalm_plugin.napalmplatformconfig.all()
This line replaces the _ with - which makes the request url invalid
Expected Behavior
Maybe add another way to specify endpoints like this nb.plugins['netbox_napalm_plugin'].napalmplatformconfig.all() so you have this kind of edge cases included
Observed Behavior
The _ will be replaced with - and the endpoint is invalid
The text was updated successfully, but these errors were encountered:
pynetbox version
v7.4.1
NetBox version
Community v4.1.6
Python version
3.10
Steps to Reproduce
nb.plugins.netbox_napalm_plugin.napalmplatformconfig.all()
Expected Behavior
Maybe add another way to specify endpoints like this
nb.plugins['netbox_napalm_plugin'].napalmplatformconfig.all()
so you have this kind of edge cases includedObserved Behavior
The _ will be replaced with - and the endpoint is invalid
The text was updated successfully, but these errors were encountered: