Acknowledge Events Log Table via API
I would like to acknowledge events in the events log table via the invoke command. Is this possible? If not? How do a get a list of Alerts for a specific node, I then would like to use that...
View ArticleUpdate AlertStatus record
I would like to update the an AlertStatus record programatically. I am able to update the TriggerCount and the Notes field as well. I would like to do an update of the LastUpdate record.I am doing...
View ArticleSolarWinds\Orion SDK\Schema\3.0\ documentation question
In my copy of the SolarWinds\Orion SDK\Schema\3.0\Orion.AlertStatus.html document, the notes field is empty for all of the fields. Can anyone either point me to a different doc, or give me the...
View ArticleGet error when run get-swisdata $Swis
I got this error when run get-swisdata $Swis "select Solarwind_Modules.dbo.Modules.Name from Solarwind_Modules.dbo.Modules" Get-SwisData : Source entity [Solarwind_Modules.dbo.Modules] not found in...
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 ArticleCan I add nodes by DNS hostname using Powershell?
Brand new to Solarwinds, and we're quickly seeing the need to automate some of the tasks. Is it possible to use the SDK through Powershell to add nodes by DNS hostname instead of through IP address?
View ArticleExtracting Data from Orion database
Hello Experts, I am new to solarwinds. I am in a situation where I need to extract data from Orion database. Basically I have been provided with orion SDK Software to access Orion database. I can...
View ArticleSDK 1.4: Adding a node, but tooltip never populates when you hover over node...
Hi all,SDK 1.4, Orion Core 2011.2.1, APM 4.2.0 SP1, NPM 10.2.1Using a powershell script (as per the SDK examples) to add a node to Orion as ICMP only node. I can add it just fine, but when you hover...
View ArticleAcknowledge Alert via SDK Perl
I am calling the Acknowledge Alert syntax using the example from the sample.pl file for the Perl example.When I do the following my $alertDefId = $alert->{alertdefid}; my $alertNodeId =...
View ArticleQueries regarding Orion SDK
Hi, I am a newbie to Orion SDK . we actually want to implement/deploy SDK in our production environment. I had some queries..maybe some one can help me out..:- we are running NPM v10.3 and soon gonna...
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 ArticleHow to create array of arguments for Unmanage/Remanage? (C#)
I am trying to write a method for Unmanaging and Remanaging nodes in Orion, in C#. Using the CSClient example, I've been able to write a query Orion for a NodeID based on sysname. However, when I want...
View ArticleUsing Powershell to add nodes with Custom Properties for Device Type
Hello,Running Orion NPM 10.6.0 and SDK 1.7 on Win2k8R2 Can anyone help with adding devices into Orion using Powershell? To complete via NPM Web console, select Management, Edit Node.Select groups,...
View ArticleREST / JSON Query problem in Perl
I am trying to run the query using the REST and Json calls. I keep getting this error. "Unsupported type: System.String[]. Use the JsonSerializer class to get the object\'s JSON representation. Path...
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 ArticleNeed Help Converting SQL Report Writer Code to SWQL - Down Time Duration
Here is Report Writer SQL code that produces the duration of down time for a node. I need to be able to convert this to SWQL and populate the 'hours down' time into a custom property field. I want to...
View ArticleTrigger NCM configuration download from SDK
Is there any way with the SDK to start a configuration download? For some reason my nightly backup of configs runs into some issues, but when I manually download from node details, it always works...
View ArticleSDK Applicability
This Technical Reference explains what SDK functionalities are available by SolarWinds product.
View ArticleGetting the error of "Set-SwisObject : Access to IPAM.IPNode denied." using...
When doing the set-swisobject I get an access denied error. The account "admin" is marked as an admin in the Orion website. Is there another location to set permissions that enable read/write on the...
View ArticleUpdating Orion.WorldMap.Point via the Perl SDK
I've been playing with the new world maps with doing the creating, updating and deletion of points via the Perl Orion SDK. I've had success with creating points with the following:my $data =...
View Article