Releases: netbox-community/pynetbox
Releases · netbox-community/pynetbox
3.1.0
3.0.2
3.0.1
v3.0.0
Change Log
- Added python3 support (#3, #11).
- Virtualization support was added (#14).
- Added
available-ips
as a property ofPrefix
objects (#16). available-prefixes
was also added toPrefix
objects, and behaves similarly toavailable-ips
API Changes
Endpoint.create()
&DetailEndpoint.create()
now return the entire response from NetBox instead of just theid
.Endpoint.bulk_create()
was removed in favor of passing.create()
a list of dictionaries as a positional arg. This passes the list as-is and takes advantage of NetBox's (v2.3+) bulk creation capabilities.