Additional C# Examples???
Are there, or does anyone have some additional C# examples using the C# SWISClient off the SDK Github website? I'd love to see examples for each of the CRUD operations specific to Nodes (NPM). How...
View ArticlePulling information on newest traps from Orion.Traps
I'm a bit perplexed. I want to pull the number of traps received in the past 10 minutes. When I do it using SQL: SELECT COUNT(TrapID) AS MYCOUNTFROM [dbo].[Traps]WHERE [dbo].[Traps].[DateTime] >...
View ArticleTop 5 Applications
Hi, We would like to obtain the Top 5 Applications data via the SolarWinds API. Note we want the actual data and not to embed the SolarWinds widget in our user interface. Please can you assist....
View ArticleCisco Nexus neighbours in UDT not available
Hi all, Trying to import the neighbours data from a Cisco Nexus into UDT, unfortunately this is not possible o.o.t.b. So I log in with SSH-script and copy the data, paste it into a file and see I get...
View Articleadding/removing/updating Nodes via SDK - SNMPv3 issues
Hi Guys,I created an Import script for a client that is using a csv file as an Import source for an NCM-only installation.A while ago we updated to NCM 7.5 and now the client is complaining that the...
View ArticleCannot find swis verb to manage Cirrus.IgnoredNodes table?
Should I just write into the DB or is there some verb hiding to set nodes to Manage By NCM to 'Never'?
View ArticleOverall Configuration Changes Snapshot
Hi, We would like to obtain the Overall Configuration Changes Snapshot data via the SolarWinds API. Note we want the actual data and not to embed the SolarWinds widget in our user interface. Please can...
View Articlehow to input 'y' or 'yes' with powershell script to NCM
Hello, Teamis anybody who can give me an idea how to input the 'yes' or 'y' command when waiting for the user input.want to automate the Nexus 3048 ios upgrade process with powershell script with NCM....
View ArticleCisco Nexus neighbours in UDT not available
Hi all, Trying to import the neighbours data from a Cisco Nexus into UDT, unfortunately this is not possible o.o.t.b. So I log in with SSH-script and copy the data, paste it into a file and see I get...
View ArticlePython Add Node Error
I'm getting an error message when I run the following node: ===============================================================================================#!/usr/bin/pythonfrom __future__ import...
View ArticlePowershell scripts to automatically unmanage\remanage a node using the Orion SDK
First, I'll share the script. Then, I'll explain why we need it and how it helps us in our environment.To use the script you must have the Orion SDK installed on the monitored node. Take the text...
View ArticleSetting CreateCorePluginConfiguration details for Orion.Discovery in python
I've been trying to manage adding and removing nodes using the API. My language of choice is python. I have most of the discovery profile details figured out, but am not able to understand how to set...
View ArticleCisco Nexus neighbours in UDT not available
Hi all, Trying to import the neighbours data from a Cisco Nexus into UDT, unfortunately this is not possible o.o.t.b. So I log in with SSH-script and copy the data, paste it into a file and see I get...
View ArticleAcknowledge alert not working in NPM 12.0.1
We have a piece of Java code that acknowledges alerts using the InformationService via SOAP. This works fine on NPM 10.7 and 11.5.1 but seems to be failing with this message on 12.0.1: Could not load...
View Article"Proper" way to export/import Alert Configurations via SDK?
Hello, I've been trying the new feature of exporting and importing alerts via the SDK in Powershell, with partial success. For example, the following bit works great:#Export Alert with ID =...
View ArticleSolarWinds to Service-Now Integration
SolarWinds & Service-Now=====================We’re trying to do the following (option 1 is our preferred while option 2 is a fallback):1)A) SolarWinds generates alertB) SolarWinds uses a...
View ArticleError adding custom property Python
Getting an error when trying to pass more than 10 parameters with CreateCustomProperty. This works with just 10 parameters. Also CreateCustomPropertyWithValues gets an error with more than 11...
View ArticleInvoke-SwisVerb parameters
Where can I get more documentation about Invoke-SwisVerb parameters and other powershell integration?
View ArticleCurl JSON Query
Hello , I'm trying the following DB query via CURL: curl --insecure -v -u <USERNAME>...
View ArticleSetting CreateCorePluginConfiguration details for Orion.Discovery in python
I've been trying to manage adding and removing nodes using the API. My language of choice is python. I have most of the discovery profile details figured out, but am not able to understand how to set...
View Article