The most recent content from our members.
Hi, I'm using the 'DiscoverAndAddInterfacesOnNode' script from Github. # The node ID to discovery interfaces on $nodeId = 99 # Discover interfaces on the node $discovered = Invoke-SwisVerb $swis Orion.NPM.Interfaces DiscoverInterfacesOnNode $nodeId if ($discovered.Result -ne "Succeed") { Write-Host "Interface discovery…
Hi, I am using the 'DiscoverSnmpv3Node' script from GitHub (https://github.com/solarwinds/OrionSDK/blob/master/Samples/PowerShell/DiscoverSnmpV3Node.ps1) which is working great. However, id like to be able to change which interfaces are added as part of the discovery, The Discovery config thats created is set to…
Hello, I am doing some network discovery and I would like to create a filter on the interfaces that will be added to my nodes. I did my research but I only found my answer in python language thwack.solarwinds.com/.../python-orion-sdk---q-howto-discover-new-device-into-npm-but-disabling-some-standard-pollers I tested this…
Hello Orion SDK Community, I'm using the Orion.NPM.Interfaces/DiscoverInterfacesOnNode verb - when I take a look at the discovery results, I get ifOperStatus = 4 for all interfaces. Upon adding those interfaces with the AddInterfacesOnNode verb - the interfaces show a different status. Wondering if this is this a bug or by…
Hi, I want to invoke "DiscoverInterfaceOnNode" method. I get "InvalidNode" error. There is a node having "3" NodeID. When appears that error? When not exist or not having ant interfaces etc.? Briefly, what is the reason of that error?
Hi Thwack, Has there been any progress in creating an rest api call for WMI DiscoverInterfacesOnNode ? Thanks
We are using NPM 12, the newest release and we would like to discover/add the interfaces of nodes automatically after adding them to Orion for our WMI nodes.. Currently the API and PowerOrion powershell module only allows the Orion.NPM.Interfaces DiscoverInterfacesOnNode to work on SNMP added nodes. When using WMI nodes,…
Currently, the Orion.NPM.Interfaces.DiscoverInterfacesOnNode verb does not return all data for interfaces on the node. Lite Discovery is used for this verb and only following properties are populated: * ifIndex * Caption * ifType * InterfaceID The verb should return all that Solarwinds can discover, including ifOperStatus.…
Invoke-SwisVerb $swis Orion.NPM.Interfaces DiscoverInterfacesOnNode 89 Id : 1 xmlns : http://schemas.datacontract.org/2004/07/SolarWinds.InformationService.Contract d1p1 : http://schemas.solarwinds.com/2008/NPM i : http://www.w3.org/2001/XMLSchema-instance z : http://schemas.microsoft.com/2003/10/Serialization/…
Hi, I try to add interfaces to a node. I use "DiscoverInterfacesOnNode" and "AddInterfacesOnNode" methods. I get every interfaces and passed to XDocument object. I looked up "NPM.DiscoverAndAddInterfacesOnNode.ps1" example file and writing below code block. But I didn't understand how to convert my XDocument object to…
It looks like you're new here. Sign in or register to get started.