netbox-community / pynetbox

Python API client library for Netbox.
Apache License 2.0
567 stars 168 forks source link

Enable available_ips for ip_ranges #490

Closed thedac closed 1 year ago

thedac commented 2 years ago

Per the internal Netbox documentation the following endpoint is available: /ipam/ip-ranges/{id}/available-ips/

pynetbox currently does not support this. This change adds the available_ips method to the IpRanges class to enable this functionality.