Hello,
on the web interface, there is an option to create automatically the IP addresses when the subnet is created:

I'm using the SolarWinds API to Create subnets (mysolarwindsurl:17778/.../IPAM.Subnet), but I don't want any IP Addresses.
I couldn't find any possibility to create a subnet without IP addresses. The swagger also doesn't show any property which is somehow related to that checkbox:
http://solarwinds.github.io/OrionSDK/swagger-ui/#/CRUD/CreateIPAMSubnet
I also inspected the website to look whats going on behind and found out that the save button, sends the following property as payload for the POST request:
ctl00$ctl00$BodyContent$main$cbAddIPAddresses: on
I couldn't find anything regarding that property though.
How can I use the API to create subnets, but avoid creating IP addresses at the same time?
Thanks in advance