Not able to insert the node details through script
Hello, I am running this below powershell script. But the device never shows the node details like the Machine type, Vendor icon, IOS version in Solarwinds, also it is always shown as unknown device...
View ArticlePowerShell Module based on the SDK
Hi All, I started working on a PowerShell module, converting existing code examples in the SDK to “Cmdlets”. The ultimate goal is to just make it easier to re-use code. My own use case in particular...
View ArticleUDT SQL Query: Get user device switch by MAC or host name
We have need to perform SQL query to UDT tables database which could find nearest switch where user device is connected currently.Any advice what tables to use for query?
View ArticleSomethings changed...
So, I've written an application quite a while ago that has been working for a while now in production within my environment. Its just a small helper application to quickly identify those machines in...
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 ArticleSDK 1.8 Powershell snapin installation problem
I have used SDK 1.6 earlier.Now I have updated to 1.8 but I cannot load SWIS snapin.On PowerShell I get following error when trying to perform Add-PSSnapin SwisSnapin:******************Add-PSSnapin :...
View ArticleGetting NTA 4's Top Conversations via REST or SOAP API
I've been searching a bit for how to construct a query for Top Conversations in SWQL Studio, or even just via curl, but haven't been too successful. I did find this thread discussing NTA 3:Problem...
View ArticleUDT SQL Query: Get user device switch by MAC or host name
We have need to perform SQL query to UDT tables database which could find nearest switch where user device is connected currently.Any advice what tables to use for query?
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 ArticlePowershell cmdlet Extensions for Solarwinds SDK
Check it out: http://www.binaryagent.com/?p=217
View ArticleSomethings changed...
So, I've written an application quite a while ago that has been working for a while now in production within my environment. Its just a small helper application to quickly identify those machines in...
View ArticleJSON query against NCM returns no results
This query against the NPM data works. https://10.10.10.10:17778/SolarWinds/InformationService/v3/Json/Query?query=SELECT%20NodeID%20FROM%20Orion.Nodes Neither of these queries return any results....
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 ArticleSDK 1.8 Powershell snapin installation problem
I have used SDK 1.6 earlier.Now I have updated to 1.8 but I cannot load SWIS snapin.On PowerShell I get following error when trying to perform Add-PSSnapin SwisSnapin:******************Add-PSSnapin :...
View ArticleUsing sample.pl to create simple nodes
All,I’m new to SolarWinds and Orion and using your API with Perl. I can query the CMDB for existing node information using the sample.pl program so I know I have connectivity. Now I’m trying to add a...
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 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 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 ArticleHow to query the SWIS JSON interface using curl?
I thought I'd try curl before implementing it in the client, but all queries end incurl: (7) Failed connect to 192.168.0.101:17778; Connection timed out I've read the "SWIS REST/JSON API" thread, but...
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 Article