Data returned from DiscoverInterfacesOnNode question
On a subject related to https://thwack.solarwinds.com/message/257013#257013, When I get returned data from Invoking the DiscoverInterfacesOnNode ( Orion.NPM.Interfaces/DiscoverInterfacesOnNode) verb, I...
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 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 ArticleHelp with Volume Information in SolarWinds
Hello I am try to automate adding nodes into SolarWinds for a project we have going. I am able to add the Node to be managed with ICMP and WMI and polling for CPU and Memory utilization without any...
View ArticleWhere to add Access-Control-Allow-Origin?
Hi all, I'm trying to poll data from the REST API, only I can't get that data because of an access-control-allow-origin header error. I've tried adding the appropriate xml data to the web config for...
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 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 ArticleAny good links for queries on the REST API using JavaScript?
Subject line says it all. I've been trying to figure it out, but I get a 500 error with every format I've tried.
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 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 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 ArticleConnect version 3 of the Orion/SWIS DB from a Java application
Hello, I'm currently accessing the Orion/SWIS DB for reporting purpose on our Web application. I took the Java sample of the SDK (V1.8) and this sample uses the version 2 of the Orion DB. The one of...
View ArticleTrying to create custom swql query
I am trying to take an SQL Query and plug it into the SWQL Custom Query on one of our Orion views. this is what i have.. replaced names in brackets.. use [database]SELECT ComputerName, SourceName,...
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 ArticleHow to use "Alert data sharing" with SDK?Where can I find the sharing data?
As title, on SolarWinds Knowledge Base :: What SolarWinds products support alert data sharing?It said any third-party applications that have subscribed to alert notifications using the Orion SDK.But...
View ArticleDateTime SWQL Question
I need help converting this to SWQL : This is how far i got..... convert(varchar(10),(DATEDIFF(HH,0,GETDATE()-MAX(Events.EventTime))%24 ))+' Hours 'This is how far i...
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 ArticleThe Magic of SWQL: Create "All Components With Problems" Resource With...
Here is how your end result will look like - BEAUTIFUL ========================================================Here is what you do to create it: 1. Add "Custom Query" component on your page2. Use the...
View ArticleUnable to execute a SELECT / UNION ALL in the SWQL Studio
Hello, I'm not able to execute the following SELECT / UNION query in the SWQL Studio: select TimeStamp, NodeID, InterfaceIDRx, Port, SourceIP, DestinationIP, IngressBytes, protocolIDfrom...
View Article