REST HTTP Post SWIS Invoke Orion.NodesCustomProperties/ModifyCustomProperty...
Hello Thwack Community, Trying to create automation to keep our custom properties in sync across multiple instances of Orion.I am attempting to do so using a HTTP Post to utilize REST with INVOKE...
View ArticleNTA Report with automatic date range
Hi all, We are building up a historic monthly NTA report, where custom SWQL query is the way to go here.Since the ${FromTime} and ${ToTime} variables do not work with custom SWQL reports we need to...
View ArticlePowerShell script checks to see if an account is locked out/My first submission.
mikegaleadamlboyd # Comments ###################################################################### Application Name: @@Account Lockout Check# Created: December 6, 2016# Description: Checks to see if...
View ArticleSWQL Timeout issue
Hi, We have an NTA report based on processing the amount of traffic transferred in a period of time (1 calendar month) and as this is a very large data set, we often hit timeout issues where the query...
View ArticleGet-SwisData Statement works correctly in PS Command window but not in same...
Very simple test query to get a list of nodes that start with a certain string. Here is the code: Add-PSSnapin SwisSnapIn $DataPath = '<path>'$OrnUsr = '<username>'$OrnSvr =...
View ArticleOdd Query behavoir - long execution and tempdb fills
Posted in General DB but got no responses so I will try here. The query is basically pulling all of our custom poller stats for customer reporting requirements. Here is the query: SELECT DATEADD...
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 ArticleLab 39 PowerShell Connection Issue
Hi all, I am trying to follow along with SLW Lab #39 where a powershell query was ran Select IPaddress, nodeid, captionFrom orion.nodes I seem to be having an issue when being asked for SwisConnection...
View ArticleNo entry for imports generated in DiscoveryLogs when using...
Hello Thwack Community, Before you read on, my apologies for the extremely long title for this post. I'm quite happy to say that I have finally successfully set up automation to run discoveries/imports...
View Articlewhere do I get the perl modules SW::InformationService and SW::Orion
Hi I am new to Orion SDK. I saw a perl script example on thwack and it was using modules SW::Orion and SW::InformationService How do I get these modules ?regardsSean
View ArticleReset an alert via Powershell/SWIS
Hi, Is it possible to reset an alert via a powershell command? I would like to trigger a reset of an Orion alert when an associated incident is marked as resolved in a Service Desk application....
View ArticleOrion.node table
Hi All, Want to know the field list for Orion.node table. Is there any way to parse query like select top 1 * from Orion.node.Want get my result based on company from node table for rest API.Or any...
View ArticleSWQL Queries - Merging two tables
Hi all,I have difficulty in using SWQL (since i don't have any background in SQL at all ). I would like to merge two different table,where there is one common column (InterfaceID), but the queries have...
View ArticleExample Add Node with Custom Properties and Pollers in C#
Does anyone have an example already on how to create a custom node with Custom Properties and Pollers using C#? The example in SDK only shows query Any help would be appreciated
View ArticleIs there a method to Change the Health Monitor
Is there a method to Change the Health Monitor when adding a new Node with SKD for example HardwareHealth.PreferredCiscoMIB
View ArticleList Resources By C# Orion SDK?
For example in NMS web console:1. Go Under Node Management.2. Click List Resources to get a checklist of interfaces. Can I have same operation from C#? Regards
View ArticleQuestion about Orion.Sites SWQL table
I see the SWQL table "Orion.Sites" joined to by a lot of queries when looking in the OrionWeb.log files and the SWIS log files. I don't really understand what this table does, so I guess that is my...
View ArticleInvoke-SwisVerb: Access to Orion.Nodes.Unmanage verb denied.
I am working on a script that I can fee a list of servers to and unmanage the servers. I can get all the moving parts to work, but when it comes to the actual invoke-swisverb the script tanks. Here is...
View ArticleNPM World Map updates via API
I wrote a python script with a function, that uses the Solarwinds API, to grab latitude and longitude for each of our sites from a database and update two Solarwinds custom properties (Called...
View Article