Is it possible to acknowledge alerts programmically from a linux server?
We are using OpsGenie to aggregate all the alerts for our alerting. We'd like to integrate Solarwinds too. I was wondering if there is a way to programmically acknowledge alerts from a linux server? I...
View ArticleHas anyone found a way to pull part numbers, product descriptions and serial...
I have found this query "SELECT ServiceTag FROM Orion.HardwareHealth.HardwareInfo WHERE NodeID = xxx" will get the main serial number for a few types of devices, but it doesn't work for most. I have...
View ArticleCan I have query get NPM(i.e, interface and node) related data by using...
Hi , I am trying get Network Performance related monitoring data from server using Orion SDK'squeryXML() method.Here I have Interface, Node and InterfaceTraffic tables in Orion SDK's data base.What...
View ArticleNew nodes added through swis do not poll
I added a bunch of ICMP nodes using powershell commands. The nodes appear in the Web UI and I see them in the database, but they're not actually polling. They stay as green dots even though they don't...
View ArticleSetting up APIs (or SDK) for IPAM reservations
Hello, One of our teams is trying to create an applet that will assign IP address reservations directly to the IPAM tables. His script is as follows:UPDATEIPAM_NodeSetStatus= 1,Description='Assigned...
View Article"Complex" SWQL Query and Error
Hi all,I'm trying to create a table resource for displaying custom poller results using swql query. I've created the query in SQL, where it works without problems. When converted to SWQL though, it...
View ArticleCan I have query get NPM(i.e, interface and node) related data by using...
Hi , I am trying get Network Performance related monitoring data from server using Orion SDK'squeryXML() method.Here I have Interface, Node and InterfaceTraffic tables in Orion SDK's data base.What...
View ArticleOrion SDK does not provoke Auditing Events?
I'm working on a perl library that will, among other things, slurp a family of Custom Properties out of our CRM and into SolarWinds NPM Nodes. I'm noticing that when I use the web interface to...
View ArticleNeed Help Converting SQL Report Writer Code to SWQL - Down Time Duration
Here is Report Writer SQL code that produces the duration of down time for a node. I need to be able to convert this to SWQL and populate the 'hours down' time into a custom property field. I want to...
View ArticleDoes EOC support SWQL Select Case?
I am trying to setup a case statement in EOC 1.6 using SWQL and everything I do fails. Boiling it down to something simple still fails SELECT CASE WHEN a.AcknowledgedTime = '12/30/1899 8:00:00 AM'...
View ArticleOrion API via PHP
One of the things I have been tasked with doing is understanding the API to see if we can use it for some of our reporting. I reviewed the Orion API documentation and there aren’t any PHP examples. I...
View ArticleAdding new tab to Orion view? Possible?
I wanted to ask around and see if it was possible to add a new tab to the main Orion view? For example.... I would like to add a new tab that when moused over would list out each of my real time...
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 ArticleIs it possible to acknowledge alerts programmically from a linux server?
We are using OpsGenie to aggregate all the alerts for our alerting. We'd like to integrate Solarwinds too. I was wondering if there is a way to programmically acknowledge alerts from a linux server? I...
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 ArticleInternal Server Error when unmanaging node over HTTP
Hi, I am trying to use the Orion SDK to unmanage a node via a http request. My request is as follows:POST https://10.13.36.29:17778/SolarWinds/InformationService/v3/Json/Invoke/Orion.Nodes/Unmanage...
View ArticleHow to access Orion REST/JSON API using Java?
Hi , Please provide Java client code to access Orion REST/JSON API.
View ArticleSetting up APIs (or SDK) for IPAM reservations
Hello, One of our teams is trying to create an applet that will assign IP address reservations directly to the IPAM tables. His script is as follows:UPDATEIPAM_NodeSetStatus= 1,Description='Assigned...
View ArticleFull documentation of Orion SDK verbs?
Hello, In the latest version of the SolarWinds Technical Reference for the Orion Software Development Kit there is a section called "Some Useful Verbs". However, by both it's own name and by how I...
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 Article