No Node ID for New Node with SWIS
Hi Twack! So I am having an issue where I cannot query a Node ID when I create a new Node through SWIS.Here is a snippet of the code that I am using.... #Create the Node my $response =...
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 moving to Github
The Orion SDK is moving to Github at https://github.com/solarwinds/OrionSDK. Currently, that includes SWQL Studio, the PowerShell snapin, and most of the samples from the existing installable SDK...
View ArticleNode Import - Compatibility between different Orion Core Versions
Hi, We are looking at creating a script to import the objects (Nodes, Interfaces and Volumes) between an Orion instance running an old version 10.1 and a new instance running the latest 11.5.1. Can...
View ArticleLooking for a little help with the CreateCustomProperty verb
I've not done much with the SDK and don't have very much programming/scripting experience at all, so please excuse the "noob" level of this question. I have come across the CreateCustomProperty verb...
View ArticleAny way to scan for applications on nodes?
Is there a method in the swis api that will allow me to run a scan on any number of nodes in order to check if an application is detected? I would like to detect all servers that have MSSQL on them,...
View Articleshow nodes on web page
I'm looking for a way to populate a drop down with all of our nodes (routers) in Orion is this possible?
View ArticleIssue removing Nodes with swis api
PS C:\Users\212040597> Get-SwisData $swis "Select uri from Orion.Nodes Where caption='RD000D3A31B738'"swis://opswusvmmona01./Orion/Orion.Nodes/NodeID=243PS C:\Users\212040597> $uri = Get-SwisData...
View ArticleCapturing authentication info
It seems that the Connect-Swiss can accept PS credentials I do this: $global:username = Read-Host "Username" $global:password = Read-Host -AsSecureString "Password" Write-Output "" $global:creds =...
View ArticleNode Creation Error
After upgrading Solarwinds to the latest stable version (SUM 6.2, and NPM 11.5) we are unable to create a new node using the the SDK with version 1.10.16. Please find below the error stack trace:...
View ArticleNode Creation (Software Installation)
Hello, I observed that when a new node is created, then the respective software is installed at the client machine. So the question is if by creating a new node using java, the required software will...
View ArticleSDK Error retrieving AssetInventory-Processors
Hello, The following sql retrieves four records that provide information regarding the AssetInventory-Prcessors: select * FROM [dbo].[AssetInventory_Processor] where nodeid = 411; The problem is that...
View ArticleDelete Applications through the SDK with Powershell
We have a dynamic environment, and as a result, I'm frequently removing applications from Orion/SAM. Instead of doing this by hand, it saves me time to grab the list of apps to remove, and process them...
View ArticleAdd a List of Applications Using the SDK and Powershell
I get at least one request a week that sounds like: "Add this server X, and make it just like this other server Y." I put this script together so that I could assign the same list of applications to...
View ArticleNewly added nodes have OID mismatch and poller status is disabled
I am using a python script to automatically add nodes but none of the new nodes are being polled until I either manually poll the node, or update some property and refresh the node. When I look in the...
View ArticlePython SDK - Unmanage/Remanage a node
Hi everyone, We have a process for deploying code to web servers. When we put the web server into 'maintenance' mode to do the code deploy, we'd also like to unmanage the node in SolarWinds as well....
View ArticleAdding nodes with powershell using CRUD.AddWMINode
I have been working on automating monitoring for our new servers. So far the example script from the Orion SDK - C:\Program Files (x86)\SolarWinds\Orion SDK\Samples\PowerShell\CRUD.AddWMINode.ps1 has...
View ArticleGet list of monitored disk volumes for each node using SWIS API
I would like to know what each system has for monitored volumes. And at that how do I use SWIS to monitor every disk it has detected, except the A: and CDROM... Any thoughts are much appreciated.
View ArticleHow can I add nodes from two separate NPM servers to one NCM server
...when I'm relitively certain that the NodeIDs WILL conflict / possibly be duplicated ? Any thoughts / help on this appreciated!
View ArticlePython API
Is there an API I can connect to with Python?I would like to query IPAM with Ansible/PythonThanks.
View Article