Alert when Flows from IP Addresses are present using the SDK- SourceIP field...
Hello,I am trying to create an alert to trigger when certain flows were present in the last hour at certain sites on my network. However when I try to build a SWQL query to check for certain flows, I...
View ArticleCreate/Update Verbs for NCM Properties
Hi,Is there any verbs for "NCM Properties" section at Edit Node Properties? For example, I created a node, then add to NCM. At this point, I want to set any specific value for "Global Connection...
View ArticleGather the list of all nodes
Hi, I am a new to this software and i would like to ask, is it possible to get the list of all nodes? Thank you.
View ArticleHow to specify VMware polling in discovery?
Hello all, I'm back at this again and I've been asked to discover VMware nodes as well as their guest. I know the discovery wizard in the web control panel allows us to specify VMware polling and what...
View ArticlePlease help to conver SQL to SWQL
Can anyone help me to convert below SQL query to SWQL, Select Nodes.nodeID, Nodes.Caption as NodeName,Nodes.StatusDescription As Status, DATEDIFF(hh, DATEADD(hh,-5, LastSystemUpTimePollUtc),...
View ArticleSilence Group of Nodes
Hello! I have a number of servers in various locations that get updates on a regular basis. When this happens, the application monitors we have set up go haywire and send out all sorts of...
View ArticleQUESTION: Does Solarwinds have a Northbound Interface?
I am brand new to this product so bear with me.I may answer my own question eventually, but so far no luck as I pour over the documentation.If Solarwinds has an NBI, what is it?BR,-R
View ArticleIn SWQL Studio, can I query the Orion.NPM.Interfaces table with a custom...
The answer is, apparently, No. This query works just fine. All columns are there/exist. Cool. SELECT IF.InterfaceID, IF.Caption, IF.NodeID, IF.Node.Caption, IF.CustomProperties.ConnectedIP,...
View ArticleAvailability Statistics
Hey there, I have a web view in the Solarwinds GUI that contains a resource called "Availability Statistics". The view contains the availability of the device being monitored in terms of a percentage...
View ArticleCreateLimitations, UpdateLimitations
Does anyone have any SWIS/REST examples using the CreateLimitations and/or UpdateLimitations? I am wanting to script the setup for Account Limitations from or CMDB of users. We are using a...
View ArticlePowerShell script to add file change monitor
We are interested in creating a PowerShell script (or other programmatic method) to create a file change monitor for a specific node. We are hoping to have a script periodically check a directory and...
View ArticlePerl SDK - Start Discovery - PluginConfigurations
How can I find what is the least amount of XML to pass to PluginConfigurations? Here is what I pass: and I get a bad_request error. Basically what I need to know is the bare min, I want to pass a IP...
View ArticleConvert Function available in SWQL studio?
I am trying to use CONVERT in SWQL studio and am getting this error: "Cannot resolve property Float"Now, the SDK documentation does not list CONVERT or CAST as available functions, but SWQL studio...
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 ArticleScripting language choice
Hi guys, I'm about to start using the SDK to have an automated node import from a custom device manager we have.For that purpose i'd like to get some feedback on the available scripting languages....
View ArticleCreate Users w/ Limited views / navigation
Anyone out in the REST API world create users via the API? I can see there is a Method "Create User" in Orion.Accounts. ANd I can find the URI for this method/verb but before I go down this rabbit hole...
View ArticleHow can I add nodes from two separate NPM servers to one NCM server
...when I'm relitively certain that the NodeIDs WILL conflict / possibly be duplicated ? Any thoughts / help on this appreciated!
View ArticleExecuting CLI for NCM with Python language
http://t.co/JUyJEt8oWuhttp://thwack.solarwinds.com/thread/39001Hello, My name is David, Shin and Interested in the SDN and ACI for Cisco now,Tis interface can programable with the python language, also...
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 ArticleCan't get device details to be polled immediately after adding node
Hello there! This is my very first post in this community, so please be patient with me. We have the NPM up and running and try to add nodes using the SDK. With curl in a shell script adding the node...
View Article