github netbox-community/pynetbox v3.0.0

latest releases: v7.3.3, v7.3.2, v7.3.1...
6 years ago

Change Log

  • Added python3 support (#3, #11).
  • Virtualization support was added (#14).
  • Added available-ips as a property of Prefix objects (#16).
  • available-prefixes was also added to Prefix objects, and behaves similarly to available-ips

API Changes

  • Endpoint.create() & DetailEndpoint.create() now return the entire response from NetBox instead of just the id.
  • 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.

Don't miss a new pynetbox release

NewReleases is sending notifications on new releases.