This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

SWIS API compatibility with IPAM 2020.2.6

I try to automat the VM deployment process. One of the steps of this VM deployment process is to assign an IP address to that VM.

I would like to integrate IP address reservation / un-reservation IPAM API calls into this automation process.

The following API calls will be needed:

  • Get the first available IP address within a subnet and reserve it
  • Un-reserve an already reserved IP address and make it available again for other usages

I have two questions:

  1. I have done some researches based on SolarWinds IPAM 4.6 and found that the following APIs could be leveraged:

github.com/.../IPAM-4.6-API

documentation.solarwinds.com/.../IPAM-SWIS-API-to-perform-IPAM-operations.htm

Are those APIs call still available within the version of SolarWinds IPAM 2020.2.6 ?

  1. Also, can IPAM REST API be used to perform the actions bellow?
  • Get the first available IP address within a subnet and reserve it
  • Uun-reserve an already reserved IP address and make it available again for other usages

Thanks in advance !!