The most recent content from our members.
Hey Gang, new to the whole API scene and I am trying the following code with the program Postman: https://<hostname>:17778/SolarWinds/InformationService/v3/Json/Create/Orion.Nodes { "ObjectSubType": "SNMP", "IPAddress": "10.x.x.x", "IPAddressType": "IPv4", "DNS": "switchname.company.com", "DynamicIP": false, "SysName":…
Recently I have discovered many of our Nodes having incorrect values for CPUCount. (They list 1 for CPUCount, whereas these are all multi-processor). I do know of one way to always reproduce this: 1. create a Node with Polling Method ICMP 2. change Polling Method to SNMP 3. rediscover The value of CPUCount stays at 1. This…
I am currently having a issue that I see appear from time to time on selective nodes that I am hoping someone else has / is encountering as well. I several Windows servers that are set up to poll via WMI. From time to time, the NIC's being monitored on these servers go to an "unknown" state and stay that way until manually…
Hi all, I wonder how to rediscovery nodes via SWIS. I tried that below code but I got error. var swis = new InfoServiceProxy(address, binding, credentials); XmlDocument xdoc = new XmlDocument(); XmlElement[] elem = new System.Xml.XmlElement[1]; XmlElement xel = xdoc.CreateElement("NetObjectID"); xel.InnerText = "N:" +…
I have tried to rediscover the node and tried "poll now" but still it does not appear in my Nodes With Problems page. This is a problem as I need to be sure of consistency in this Nodes With Problems view, this is bread and butter stuff. I had a problem recently where my top 10 errors and discards page was not updating…
It looks like you're new here. Sign in or register to get started.