Infoblox-API-Python icon indicating copy to clipboard operation
Infoblox-API-Python copied to clipboard

feature request: call to get all static ips in a subnet

Open geertn444 opened this issue 8 years ago • 2 comments

I would like to have the possibility to get all the static hosts defined in a subnet. Would this be possible with this library ?

geertn444 avatar Apr 29 '17 12:04 geertn444

Not sure if it's in the code already but you will need to use the wAPI call "network", I will test it and verify

seefor avatar May 09 '17 03:05 seefor

I have looked a little inside this and it seems to be a bit more complicated. first we need to define: what is a static ip ? because Infoblox has severals: hosts with DNS A record, a DHCP reservation based on MAC address, is that also a static ? There is no single call that will return all of them. I think i will need a walk in the subnet and retrieve the info of each IP individually

geertn444 avatar May 09 '17 09:05 geertn444