Change Log
- Added python3 support (#3, #11).
- Virtualization support was added (#14).
- Added
available-ipsas a property ofPrefixobjects (#16). available-prefixeswas also added toPrefixobjects, 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.