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
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.