How to list all known hosts with CLI
Hello, I have a customer that is using SolarWinds to monitor their environment. I need to export a list of all known hosts on their network. I would prefer to have the following details for each host:...
View ArticleCustom SWQL Query Questions
Hi All Is there a custom sql script i can use to see all the nodes and the groups they are in and if they are in multiple groups. Here's the" why" we have a US map with store locations. These...
View Articleerror when trying to unmanage a node
Running - NPM 11.5SDK - 1.10.16Windows Server 2012r2 I have nightly script that reads a CSV file to add new nodes. I've been trying to add a section to unmanage nodes, but keep getting an error. The...
View ArticleCustom SWQL Query Questions
Hi All So I believe I have a syntax issue and was looking for some help? So I'm needing to create a query to give display in a view of a list of all down nodes but not un-managed ones ...with a...
View ArticleIs it possible to manage UnDP's with the SDK?
I would like to add/remove custom pollers with the SDK. The only thread I found was from 2012, so I wanted to ask if it's possible now. Thanks!
View ArticleUpgrade from NMP 11.0.1 to 11.5 breaks SDK 1.10 set CustomProperties
Hello all,I want to thank those that released the SDK. It's a great tool and we've used it extensively. We have a powershell script, using v1.10.16.0 of the SDK, which we use to add nodes, setup...
View Articlescript to log onto the SW Orion website?
is it possible to create a login script to log onto the SW Orion website?
View ArticleView or function 'dbo.Nodes' is not updatable
Hi,When I add a node via SWIS, got error like above. NPM version is 11.5. I think this is related to version upgrade. Can you help me about that error? ERROR Create - Error executing create operation:...
View ArticleHow to report against Port Mode = Trunk in Interface Details Resource?
I am looking at this portion of the Interface Details resource on an Interface Details page in NPM 11.0.1; and this information would be useful for me, but i can't seem to find any way to report on...
View ArticleSWIS Verb Arguments
Hello! I'm working to add a note to an Alert via the Powershell SWIS SDK. Here's the relevant line That I'm using: $noteResult = (Invoke-SwisVerb $swis "Orion.AlertStatus" "AddNote"...
View ArticlePowershell SWIS query issues
So, I'm trying to get a SWIS query going from powershell. The goal at first is to basically read data via SWIS and I'm using$cred = New-Object System.Management.Automation.PSCredential ($login,...
View ArticleRest Api Connection Failed
Hi Everyone, I am trying to run the example code from GitHub to connect to Orion and fetch the VM list but seeing the following error during the connection though the IP and Solarwinds is active . What...
View ArticleSubscription to alert notifications via the sdk
I would like to subscribe to the alert notification with powershell or something to get the alerts and pass them into my event management system for processing. ThanksRoss
View ArticleAssistance in converting SQL to SWQL
I have the following SQL query that runs on one Orion instance. SELECT Containers_AlertsAndReportsData.GroupName AS 'Core Network Path',...
View ArticleIs the Network Configuration Manager programmable?
We want to automate the execution of scripts on our devices and thus I'm wondering if it's possible to drive the Network Configuration Manager with an API or what have you? Thanks
View ArticleFormatting SWQL output.
I'm working on a query to display in my IPAM page the DHCP scopes that are empty or near empty. Close to getting it done, but I'd like my output to be a bit friendlier if possible, wondering if...
View ArticleSWIS REST/JSON API
Starting with NPM 10.4, SWIS now supports a REST/JSON API in addition to the existing SOAP API. The operations supported by each API are identical: the six basic operations of Query, Invoke, Create,...
View ArticleCan't pull network device interface IP addresses and masks
When I use Orion.AssetInventory.NetworkInterface I get all my server interface IP addresses and subnet masks, but it does not show the interface IP addresses and subnet masks for my network devices. I...
View ArticleRemove-SwisObject issue. Another Upgrade from NMP 11.0.1 to 11.5 bug?
so this code and error I am getting. I'm pretty sure that -SwisConnection $swis is not the issue since I can query the database using this connection. $SWNodeURI = swis://[my...
View Article