NPM Connection Error Using SDK 10.1
Team, We are currently able to connect to the NPM v 10.1 via your SDK(not sure of the SDK verion here) to retrieve any alerts and pull them into our system. At times, for some unknown reason that I...
View Articledate/time shown via SW Information Service v3
Relatively new to SWQL and was beginning to leverage in Custom Query resource.. EventTime for a given record in NetPerfMon Events table is 2014-03-31 09:49:06.897(as seen via SQL SMS).The event, when...
View ArticleREST API in PowerShell
I have been able to use the OrionSDK to create PowerShell scripts to help automate some processes that we have. The downside is that each team member will need to install the SDK in order to run the...
View ArticleIn SWQL Studio, how to find the groups an application belongs to?
I'm trying to find the table that joins Orion.Group (or Orion.Container) to Orion.APM.Applications. The Orion.ContainerMembers table only have information about Nodes, but I can't find applications there.
View ArticleObject not set to an instance of an object - Volumes
Working on adding volumes with my script and it used to work when I fed it the wrong NodeID. Well I fixed that but now it's returning an error of 'Object reference not set to an instance of an object'....
View ArticleCustom poller Labels
Is there a way to query the dbo.CustomPollerLabels table with SWQL?In the SDK I see only these Custom Poller tables: Orion.NPM.CustomPollerAssignmentOrion.NPM.CustomPollersOrion.NPM.CustomPollerStatus...
View ArticleWHERE condition examples
Everything I have seen on thwack regarding example queries have been pretty plain vanilla, so I thought I would provide a couple WHERE clauses I have found to be fairly helpful. Please feel free to...
View ArticleSOAP and JSON APIs return different results for the same endpoint.
We've been making use of the API for various scripting things, and have had some luck. I built a perl-based script to do some automated tasks, and leveraged the sample code in the SDK. Worked! Now I'm...
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 Articleposting XML
Is there a value that the site admins can tweak to allow code fragments with XML in them to be posted to the forums / fora? When giving examples using the SDK the most important piece I need to include...
View ArticleIs it possible to programmatically search NCM configs using SWIS API?
I would like to grep config archives using script since that provides me with far more flexibility. Any pointers in the right direction?
View ArticleExporting Items to CSV via SWIS
Hi Folks,I want to export Data to a CSV to compare this Data with another import CSV. I already have the "wrapping" around but I can not export the Data. Is there any Powershell-Expert out there to...
View ArticleThird Party Application Acknowledge SolarWinds Event
Hello, I am currently working to find a solution for acknowledging SolarWinds events from an IBM Tivoli Netcool server. I am already generating SNMP alerts using the SolarWinds Advanced Alert Manager....
View ArticleTime insert issue
Noticed when using the SDK you have to insert the time in GMT -7 for my time zone when unmanaging. Not a big deal but how do I request a enhancement to use system time instead of having to add the code...
View ArticleGet-SwisData : An error occurred when verifying security for the message
Trying to use the API to access IPAM. $hostname = "NPMServer"$cred = get-credential$swissconect = Connect-Swis -Hostname $hostname -cred $credGet-SwisData -SwisConnection $swissconect -Query 'SELECT...
View ArticleHow do we programmatically discover the non-interface properties [in Orion]...
We are automating the hydration of assets in Orion, and after adding a node, we know how to discover the interfaces, but how do we programmatically discover the non-interface properties and enable them...
View ArticleHelp with SWIS/JSON node addition
Hello, I have just started to dabble with the Orion SDK and am looking for a way to integrate Solarwinds with some Python scripts we have to automatically provision gear, etc. I followed the Python...
View ArticleNPM 10.1 WSDL operations do not match Java classes in SDK
I'm seeing a SWIS webservice validation error that looks like this: Caused by: javax.xml.ws.WebServiceException: The Endpoint validation failed to validate due to the following errors: :: Invalid...
View ArticleSolarWinds\Orion SDK\Schema\3.0\ documentation question
In my copy of the SolarWinds\Orion SDK\Schema\3.0\Orion.AlertStatus.html document, the notes field is empty for all of the fields. Can anyone either point me to a different doc, or give me the...
View ArticleInvoke over SOAP to unmanage / remanage
I am trying to figure out how to use the sample C# client provided in the SDK to make it Unmanage / Remanage Nodes. I can query against the soap api just fine and process the date but upon trying to...
View Article