How can I get a free IP in subnet using Curl command or Powershell in SolarWinds IPAM.
Here's how:
How to use the IPAM API and get "Free IP Address"
you can use already existing method GetFirstAvailableIp from IPAM API IPAM 4.6 API · solarwinds/OrionSDK Wiki · GitHub
Even better! balav, you should definitely have what you need now.
Checking this in our Environment, will update status shortly..
Even more primitive, do a ping sweep of the subnet and see what doesn't respond.
Or go to the router, clear the arp cache, and then ping the subnet ID or broadcast address from the router. The look for addresses without ARP entries.
Now I am able to fetch free IP using Powershell Script, can someone give me curl command to get Free IP.