wvandeun / nornir_netbox

NetBox plugin for Nornir
Apache License 2.0
69 stars 17 forks source link

Logic for replacing the nextpage FQDN #36

Closed WillIrvine closed 3 years ago

WillIrvine commented 3 years ago

Hi,

I opted for option 2 in #35

This takes the returned "next" url, strips the FQDN, the seperator "/api" and the rest of the return string, then replaces the FQDN with the one in the nb_url.

Tested and working here.

This defaults to False so shouldn't cause any issues to standard running Let me know if you would like any changes

Closes #35