pynetbox icon indicating copy to clipboard operation
pynetbox copied to clipboard

Enable available_ips for ip_ranges

Open thedac opened this issue 3 years ago • 0 comments

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.

thedac avatar Aug 24 '22 15:08 thedac