The most recent content from our members.
Good afternoon All - Can someone tell me the relationship between the different options for Status in Table IPAM.IPNode, or Give me a better query for: when running results = swis.query("Select I.IPAddress, I.Status, I.DisplayName FROM IPAM.IPNode I") I get a result of [{u'Status':4, u'DisplayName':'10.0.0.1',…
Hi, I have not used REST API before, we are trying to set up the SolarWinds API in to a centralized dashboard tool (Squared Up). We do have SolarWinds dashboarding configured but this is mostly for the network team, I have configured an account which will be used with "Basic Authentication". When trying to browse…
So the configuration seems to be properly set. The community is being properly set and I get a completed discovery profile status but the polling and interface discovery isnt automatically working using the JSON api. It will only work if I manually click in the UI to poll and list resources, then it will find everything.…
This code returns the query but how can I invoke it within the queryUri? Thanks in advance. class Program { static void Main(string[] args) { ServicePointManager.ServerCertificateValidationCallback = ServerCertificateValidationCallback; var client = new SwisJsonClient { Hostname = "localhost", Username = "admin", Password…
Hi I am new to Solarwinds. i am trying to authenticate sonarwind rest api using basic auth from my java code. But getting 401 error. I am using my Ldap username and pwd for authentication. I also used OrionSDk from https://github.com/solarwinds/OrionSDK/ ,but did not work. I found another observation during chrome rest…
Solarwinds seems to have many diverse products. My understanding is that Orion is not currently sold by Solarwinds? They seem to sell N-Central for RMM. I'm looking to use the SolarWinds Orion SDK, or the powershell module, or, at least perl, with the SWIS (SolarWinds Information System). 1. ) What products does or do…
I am developing some ruby tools for chef to get the next available IP from a subnet, reserve the IP, and create a dns record with ptr. I cannot get the this to work in ruby. This is my server: https://solarweb.mydomain.com.com:17778/Solarwinds/InformationService/v3/json/Invoke/IPAM.IPAddressManagement/ Can anyone help me…
I am looking to make updates to volume capacity thresholds in Orion. I have hundreds of volumes to update thresholds on and am looking to utilize the REST Api to make the changes quickly and accurately. Is this possible? I am pretty familiar with the API but am stumbling trying to even pull the existing thresholds via the…
Hi All, I am a c# developer and my application currently uses PowerShell based Swis integration which I want to replace by REST/JSON API as presented in SwisClient sample.. With PowerShell I can use the syntax "$swis = Connect-Swis -v2 -Trusted -host 10.10.10.1" to create a trusted connection using actual logon…
I have a NET SNMP linux device and the volumes are not being pulled in using the API but it can easily be done within the SW admin site. It will work on some devices like Juniper for example, it will pull in the volumes. This is my code for building the poller types. I can also query the pollers table and find the poller…
It looks like you're new here. Sign in or register to get started.