Does a verb or method exist that replicates the magic the IPAM Subnet Allocation Wizard does?
I dont have IPAM installed, but I think soCheck a CTRL+F "IPAM" here for a bunch of ip assignment stuff that might be what you're looking forIn SWQL studio you will see most API calls as a purple icon in the table they pertain to(Else as part of a update generic item call)
Yeah I did that already, not a thing in SWQL.
Whats the thing do that you want to replicate?
Subnet Allocation Wizard will take a supernet address and create a desired set of subnets based on the cidr size you choose. So if I put in a /16 and tell it to create all the /22's within that /16, it creates the supernet and nests all the /22's within it.
It would be awesome to be able to bulk add supernets to be broken up with a simple verb and parameter style script.