Alexa programming example from SolarWinds Lab Episode #51
I had a bunch of questions from today's SolarWidns Lab episode, "BREAKING UP WITH BAD HABITS: Monitoring, Security, and Orion -- DON'TS". I wrapped up with a 10 minute SolarWinds SDK programming...
View ArticleHow do I delete a node from SW using the Orion SDK
I have a server decom script that I wrote in Powershell that removes everything from a node except for Solarwinds prior to it being removed from the network. It would be super helpful if I could...
View ArticleAcknowledging Alerts with SWIS in C#
HelloI am trying to acknowledge alerts using the invoke method. The only example I have is in java. I need to do this in C#. I thought I converted the code but the code I have is not acknowledging 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 ArticleOrion.AlertActive verb Acknowledge and AppendNote ID definitions?
For the Orion.AlertActive verbs Acknowledge and AppendNode, the first argument is an "AlertObjectId". What exactly is the meaning of the value "AlertObjectID" in the context of passing the appropriate...
View ArticleAdd Windows Servers via Powershell
I am trying to understand how and if I can add Windows Servers to Solarwinds via PowerShell. I have a script that I can add Custom Properties and the proper information, but I would to expand on this...
View ArticleWhen you run a query that times out in SWQL studio the NPM server continues...
Looking for some feedback from the devs or maybe someone who has had the patience to experiment and test how this thing works. I write a lot of custom SWQL queries and I've noticed that if I write a...
View ArticleNMP 12.0.1 facing issue in HA configuration
what configuration we need to make in DNS with Virtual IPs. we are unable to access the solarwinds app. console to access it from outside the application server. Regards,Tayyab Rao
View ArticleException adding Orion.Container with dynamic query via Python
Below is what i'm using to invoke CreateContainer call and the trace is below it. What am i doing wrong here? I've tried this with both filter:/Orion.Nodes[CustomProperties.Site={0}] and...
View ArticleTop 10 Alerting Nodes
Hi, I am looking to retrieve the top 10 alerting nodes (i.e. node 1 had 10 alerts, node 2 had 9 alerts etc.) via the API/SWQL Could anyone assist on how I would go about this? I have been looking at...
View ArticleUsing RemoveDependencies Verb
Hi all, I'm trying to use the RemoveDependencies verb from the Orion.Dependencies entity. It's asking for an array of integers (System.Int32[]) and I tried doing the following: Passing the array of...
View Articlequestion about using python to create groups
Follow your nice example in Python can create group but is it possible to create group without creating dynamic query?I want to create groups inside a group (container inside a container), Do you have...
View ArticleAdd pollers and interfaces via SDK
Howdy, When we add a node manually via the Orion GUI, setting the interfaces and pollers are steps in the process.I have been able to script adding nodes, but must then go in to set the poller and...
View ArticleOrion SDK with PowerShell - manage/unmanage multiple nodes
I've been able to script unmanaging and managing nodes in powershell. However, for 400+ nodes, this ends up taking quite a while. Via script, it takes about 7 minutes to unmanage the nodes and over 10...
View ArticleAdding node with DNS instead of IP
Searched around the forums and google for a bit and not coming up with an answer as to why this might not be working for me. How do I add nodes that use DHCP instead of a static IP? Below is a snippet...
View ArticleModifying values in Orion.CustomPropertyValues?
Just checking: I think it's not possible to make CRUD operations to Orion.CustomPropertyValues at this point?At least I cannot see any actions on schema. We have list of values in one property and I...
View ArticleAutomatization for add nodes in server.
Guys, I need help for to make the action for my customer.when he add a server um your enviroment , the orion server identify this server and add a new node.How we can automatiation this ?
View ArticleREST - HTTP Post - SWIS Invoke Orion.Container/CreateContainer Issue
Hello All, I'm trying to do a http post to create a container and I can't seem to get the syntax right.I've tried almost every possible combination for the memberDefinition section and nothing seems to...
View ArticlePowerShell or Python ?
Ive taken a few python classes at school a while back and while I enjoyed it I never used it too much in the real world. From doing research and reading various posts I seem to have this feeling that...
View ArticleMonthly/Quarterly Business hour SLA Report
I recently attended a SolarWinds webinar about Business hour SLA reports thru SWQL. This is the query they provided:SELECT N.Caption, DATETRUNC('day', TOLOCAL(N.ResponseTimeHistory.DateTime)) AS Day,...
View Article