SWQL Query Integer Conversion
Hello, I am trying to create a custom query that polls a custompoller and returns a numeric value (as text) for the percent of battery load. The trouble I am having is attempting to convert the...
View ArticleSupport CustomPollerAssignment on Orion SDK?
Hi,Does support Orion SDK for creating/assign any custompoller to a node? I try to do this but I got "Access to Orion.NPM.CustomPollerAssignment denied." error. My code is (C# / VS 2010):...
View ArticlePowerShell Script to Unmanage Hosts Connection Problems
Using SDK version 1.5 with NPM 10.2.2 It seems I'm having problems connecting to my Solarwinds server using SDK. Itry "$swis = Connect-Swis -host 'solarwindsserver.domain.com'" I getprompted for a user...
View ArticleHow can I deploy Application monitors using Powershell and the Orion SDK?
I've been told by aLTeReGo that Orion SDK v1.5 support the deployment of application monitors in SAM 5.2 (awesome!), but I don't see any documentation for that. Can anyone provide an example of this...
View ArticleSDK Unmanage Stopped Working
I've had a powershell script that uses the Orion SDK that's been working for the past year that suddently stopped working after an Orion upgrade. I end up making this callInvoke-SwisVerb $swis...
View ArticleAutodeploy LAN, add to NPM and NCM, and collect backup etc
Hi all I´m trying to get a feel for the SDK, which has been on my to-do list for quite some time now, however my lack of sripting knowledge may prevent my success... What i´m trying to achieve, is that...
View ArticleAccessing custom poller data via the API?
I'm curious if it's possible to access the data returned from an NPM custom poller via the API? I can see the custom poller configuration via SWQL, but am stumped on a way to query the datastore...
View ArticlePowerShell Script to Unmanage Hosts Connection Problems
Using SDK version 1.5 with NPM 10.2.2 It seems I'm having problems connecting to my Solarwinds server using SDK. Itry "$swis = Connect-Swis -host 'solarwindsserver.domain.com'" I getprompted for a user...
View ArticleHow can I deploy Application monitors using Powershell and the Orion SDK?
I've been told by aLTeReGo that Orion SDK v1.5 support the deployment of application monitors in SAM 5.2 (awesome!), but I don't see any documentation for that. Can anyone provide an example of this...
View ArticleConverting UTC times in SWQL results
Hi, I am trying to write an SWQL query that will sum a statistic for a SAM counter by day for the last 7 days. The query works, but the times returned are UTC so don't translate correctly into local...
View ArticleAPM Availability from Daily "bucket" or using timestamp and between function
I've written a small SWQL to report on a specific nodes Application Availability in Percent on applied templates, however, I would like to either use the daily "bucket" where it can show the percent...
View ArticleAdd Pollers & Node Details
Hi guys,Is there any way/method to add the pollers (Orion.Pollers entries) for the node? (I am using C#)Actually, the problem is node details are not shown after adding nodes. I enter edit node page,...
View ArticleAdding Memory pollers
Hi, Similar to this thread: http://thwack.solarwinds.com/thread/50465 I'm happy with that solution but I'm looking to do the same for the memory pollers. I have this so far - but nothing...
View ArticleOrion.ActiveAlerts - can I get the "Trigger Action" to run for all Active...
Can someone use the SDK (PowerShell hopefully) to have Orion execute the "Trigger Action" for all Orion.Active Alerts? Use Case:NPM is successfully sending Alerts to centralized Alert system. In...
View ArticleTrouble with custom swql query in device view
Hello, I'm attempting run a simple query (below) as a custom resource within a phone device view in vnqm, but getting "Error: A query to the SolarWinds Information Service failed"Any way I can get...
View ArticleAdd new IP address to an existing Node?
I'm attempting to use the Perl SDK to add an IP address to an existing node: specifically the Orion.NodeIPAddresses. I'm getting an access denied error: <UserMessage>Access to...
View ArticleNew SDK Version Available - SDK 1.3
Can be accessed here. Can only be used with NPM 10.1.2 and above.Adds additional product support and some basic invoke/write capabilities.
View ArticlepollNow verb doesnt work using an AD account although using a local Orion...
my CODE:====================================$applicationTemplateId = 118$SQL = "SELECT NN.NodeID, NN.caption as SERVERNAME, ApplicationID, Name, ApplicationTemplateID FROM Orion.APM.Application AA...
View Article