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
Currently if I want to create an IP from the last item of available_ips.list(), I will have to create one (which is the next available IP) then update to the address I wanted
pynetbox version
v7.4.1
NetBox version
v4.2.2
Feature type
Data model extension
Proposed functionality
eg.
available_ips.create({'address': xxxx}}
Use case
Currently if I want to create an IP from the last item of
available_ips.list()
, I will have to create one (which is the next available IP) then update to the address I wantedThis does not work
External dependencies
No response
The text was updated successfully, but these errors were encountered: