Comments
-
matingara, I'm needing to set up solarwinds as our automated IPAM tool with vCAC/vCO. I've done this with infoblox but they had a pre-built plugin with easily modified workflows. Are you familiar with how to do this with vCO and the rest plugin? If you could give me some tips I would really appreciate it. I need to scan a…
-
Hey, are you still around? Whenever I do this, I do it exactly as you have it, but when I try the 2nd part, my output.html shows the solarwinds login page. The first part works as the output.html shows the main page AFTER you login, but if I immediately run the 2nd part of the command, it's as if I was never logged in to…
-
Did you ever get this resolved? I'm having the exact same issue. I've tried: $password = New-Object System.Security.SecureString $password = "password" $password = "passwordhere" | ConvertTo-SecureString -asPlainText -Force No matter what, when I do a "get-swisdata $swis ..." I get "get-swisdata: invalid username or…
-
vmguy, the best I've come up with, which was detailed by another user, is to script the IPAM record as "used" but that's it. You cannot set the hostname based on the limitation of the api. The recourse is to then have solarwinds scan the subnet for objects and in theory the server name will then populate as the host name…
-
If anyone is still watching this thread, is it possible to do an http/https get/post for this? I'm not as familiar with this but my network guy said if you can add/create/edit records in the ipam gui you most certainly can do the same via the http get/pots method since that's what it's doing behind the scenes. Is anyone…
-
I voted it up. On a side note, the solution we've decided to take is to block out chunks of subnets in ipam, then reserve those same chunks in our provisioning tool (vCAC). This way we can at least use the address space knowing that the IP's won't be taken. This isn't ideal of course but is the second best work around I've…
-
ipam 4.0 and sdk 1.9.
-
Does solarwinds have any suggestions/recommendations on how to auto provision IP's for private cloud type environments then?
-
Shoole, I would suggest finding another product. As you can see, I asked this question nearly two years ago with the same response of "it's being worked on but we can't tell you when it'll be released."
-
Yes, that is what I'm doing.
-
That will show you the next available IP, but how do you then assign it as used and put in a computer name?
-
I'm having the same issue. Your suggestion worked but I need to be able to pass credentials via a script. What might I change in my username/pass combo that would be preventing me from doing that? I'm just doing standards "domain\username" and "password":
-
Are you saying that with the sdk you can see which IP's are available but cannot set them as used? What are people supposed to do for auto provisioning with private clouds and such that use solarwinds?
-
Hi, I'm not exactly sure what integration story means. We'd use it with vCAC and vCO to grab an IP automatically based on next available, set the machine name, description, and used (etc).
-
hi, can you please give an update on an eta for this? I have to find out when this will be ready. If not any time soon we have to come up with another solution. 1 month? 2 months? 6 months?
-
Hi, Is there an ETA on the ipam api and being able to reserve IP's via this method or a tool like vCO? This is very important to a project I"m working on.Thanks!