VLAN Change through UDT & NCM using Orion SDK
Hi, We have installed the UDT and NCM modules, we have a requirement like, 1. User will given an input as IP Address. 2. Through UDT with this IP Adrress, we need to identify the Port and VLAN. 3....
View ArticleSWIS v2 VS v3 in QueryXml()
I have a growing selection of scripts which have all be using SWIS v2 connections. I've begun encountering features that are lacking in v2 and supposedly present in v3. However, when I change the...
View ArticleDownload the latest config of all devices using Powershell
I am trying to download all device configurations (latest versions) to local drive. Here is the script I tried based on modified sample scripts. if (! (Get-PSSnapin | where {$_.Name -eq "SwisSnapin"}))...
View ArticleSDK 1.5 invoke with Perl ?
Hello, I am just studying the New SDK 1.5 with the examples. I was able to read a node Information and to add a Node with severall properties with the perl client but I am unable to do a invoke...
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 ArticleIPAM Question
Can someone tell me if it is possible to access the IPAM module of Solarwinds using a SOAP/REST type call? I'm basically trying to write a script/workflow that can do the following: 1. Get the next...
View ArticleSolarWinds to Service-Now Integration
SolarWinds & Service-Now=====================We’re trying to do the following (option 1 is our preferred while option 2 is a fallback):1)A) SolarWinds generates alertB) SolarWinds uses a...
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 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 ArticleOrion SDK, Add network interface and Volumes
Hi,First of all, thanks for the great SDK you provide :d). I'm using the powershell api, and it works fine.I have several questions about how to add network interface and volumes for monitoring.My...
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 ArticleUsing the SDK powershell snap in - some newbie questions
Hi all,Just getting started doing an integration between Orion and some of our other tools. Have been through the SDK 1.3 and found some useful stuff in there especially around the kind of things we're...
View ArticleSWIS REST/JSON API
Starting with NPM 10.4, SWIS now supports a REST/JSON API in addition to the existing SOAP API. The operations supported by each API are identical: the six basic operations of Query, Invoke, Create,...
View ArticleAdd Node to NCM via .NET
Trying to add a node to NCM using the SDK with C# .NET. Have the following code: System.Xml.XmlDocument xdoc = new System.Xml.XmlDocument(); System.Xml.XmlElement[] elem = new...
View ArticleOrion.Events TimeStamp field is.. Binary?! :s
Hey all, I'm looking at the Orion.Events table for use in a reporting context and noticed that [for whatever reason] the TimeStamp field is 'System.Binary.' The closest thing to that I've found in C#...
View ArticleSwisSnapin and PSremoting
SDK version 1.5NPM version 10.2.2 I'm having trouble using SwisSnapin inside a PSremoting session. Using local SW credentials so there isn't any double-hop windows authentication issues, I can't seem...
View ArticleGet-SwisObject : An error occurred when verifying security for the message.
I am trying to connect to SolarWinds server from a different server and run a powershell script. My ultimate goal is mark an IP address as available. I can get the connection established, but as soon...
View ArticleDownload the latest config of all devices using Powershell
I am trying to download all device configurations (latest versions) to local drive. Here is the script I tried based on modified sample scripts. if (! (Get-PSSnapin | where {$_.Name -eq "SwisSnapin"}))...
View ArticleAdding "resources" using the SDK
I'm new to SolarWinds, so please forgive me if this question is rather basic. Thus far I've been able to create nodes in SAM with the SDK (Windows hosts in my case). However, the nodes created this way...
View Article