Comments
-
Thanks madhavan, it works. I just wonder what fields/properties must fill, like this situtation or add node etc. Is there any document about that?
-
I took error, "verb not found". My code is below and I use Orion SDK v1.7 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 = nodeID.ToString(); elem[0] =…
-
Hi bluefunelemental Can you give us a sample Google Fusion Table input or some information how to do this (GFT) ?
-
I researched but did not found like "Orion.Volume" verb to add volume. Maybe you can help me about that subject. I don't know to implemented/supported that verb.
-
I experienced "NextRediscovery" must any "not null" value. And probably, the problem is, the one of values at properties section is null. So, you didn't pass correctly values to properties. And maybe this thread is helpful for you.
-
Hi @bart_vh , I am not sure but maybe it is related to pollers. When I will add a node via SDK, also I add "N.Details.SNMP.Generic", "N.Uptime.SNMP.Generic" pollers. Can you try add pollers after add node?
-
I got the solution. I created an empty DiscoveredLiteInterface[] array. I processed every XElement array in XDoc (not as XDocument) as a DiscoveredLiteInterface. I can show schema like below. DiscoveredLiteInterface[] { XElement array at XDocument -> DiscoveredLiteInterface }
-
Hi again, I changed the SWIS url to v3, then error has gone. I think it is related to NCM version. I hope this topic is useful for someone who receives this error. Thanks everyone.
-
<s:Envelope xmlns:s="">schemas.xmlsoap.org/.../"> <s:Header> <i18n xmlns="">schemas.solarwinds.com/.../informationservice" xmlns:i="">www.w3.org/.../XMLSchema-instance"> <Culture>en-US</Culture> </i18n> <To s:mustUnderstand="1" xmlns="">schemas.microsoft.com/.../To> <Action s:mustUnderstand="1"…
-
Is there any suggestion?
-
I don't know why we are update/use this field but I really wonder the answer for this question about "description" field.
-
Is there any idea?
-
I know it is not completely correct but maybe it is helpful for you. This code gives you for a node applications. SELECT cm.ContainerID, n.Caption, apps.Name FROM Orion.ContainerMembers cm inner join Orion.Nodes n on CONCAT('swis://<hostname>/Orion/Orion.Nodes/NodeID=', n.NodeID) = cm.MemberUri inner join…
-
I tried to below filter clause and successfully created group with dynamic filtering. I have no idea about performance or risk situation but this works. filter:/Orion.Groups[Contains(Description, 'WAN') AND Contains(Description, 'B')]
-
Hi darryld; You can see tdanner's response on that topic. "Invalid Node" error on DiscoverInterfacesOnNode
-
Hi dkeyser, I use C# and maybe this topic helps you. Add Interfaces On Node
-
Hi david.gates, I send my code for adding node using C#. That code works. I realised you didn't set SysName, Location, Contact. If your real problem is not showing any values on node detail page, maybe you should to set this values to empty blank and you should control, the engine, has '1' number for id, really exist. You…
-
I found the solution. While adding service reference, I had used IP address. When I added IP address and (service) hostname at 'hosts' file on my machine, the problem has solved.
-
That is the feature request link : http://thwack.solarwinds.com/ideas/2929
-
Hi dkeyser, If you have trouble about seeing node details, you must add "N.Details.SNMP.Generic" pollers. You can take a look to that thread. NCM Node Details (Re: NCM Node Details)
-
Hello again, That below code is adding an existing Node (created runtime) to NCM. There is only question & problem. If I want to use AddNode method, I don't know to pass NCMNode object to AddNode Verb by XML. Can you give any suggest? XmlDocument xdoc = new XmlDocument();XmlElement[] elem = new…
-
Can you get any values by querying Orion.NodesCustomProperties table/entity at SWQL with that user? Maybe you can try the v2 version url, not v3. https://10.254.1.102:17778/SolarWinds/InformationService/Json Edit: Forget this. tdanner told not supported. This situation seems like about user rights.
-
Okay, I got solution. When I create a node, location and contact information is null. I put '' string, the problem is solved. That comment is help for me. Also add poller code block is below. string uri_Details = swis.Create("Orion.Pollers", new PropertyBag { {"NetObject", pbPollers.NetObject}, {"NetObjectType",…
-
Great news tdanner ! But I can't find documentation like version history or change log. Is there any information about this?
-
I tried the all things but nothing changed. The differences are probably null or "" string. I don't know how to set IPAddressGUID and SysObjectID (it can change by vendor. how i decide what it is?) field. When I apply the "" string to my script, no change. Additionally, when I added node manually (via Orion web interface),…
-
I tried all methods you told but nothing has changed. When I look node's detail page, the Node Detail section doesn't show any information about node. I click Edit Properties button, then click save button -no change for any information-, node's detail page is starting node's information. It's just weird.
-
Is there anyone to help me?
-
Hi, I couldn't see like "What's new in SDK v1.10?". Is there any information about v1.10?
-
I have an idea about supporting custompollerassignment, maybe it is available for the next version. http://thwack.solarwinds.com/ideas/2929