Adding pollers isn't adding all pollers correctly.
Hello all, I've been messing around with the SDK and I've hit an odd road block. I can add the node just fine and it'll even check the status for me. It's the other pollers I'm adding that don't seem...
View ArticleIn SWQL Studio, how to find the groups an application belongs to?
I'm trying to find the table that joins Orion.Group (or Orion.Container) to Orion.APM.Applications. The Orion.ContainerMembers table only have information about Nodes, but I can't find applications there.
View ArticleAutomate IPAM subnet creation
Hello, I have a python script that automates configuration of switches, assignment of IP addresses, etc. I would like to bring in the proper variables and run a query on the database to add the subnet...
View ArticleIPAM + PowerShell
Greetings, Used the following to get an available IP:How to use the IPAM API and get "Free IP Address" Getting an error while trying to update any information:Set-SwisObject : Operation not supported...
View ArticleAdding of interfaces to a node. XML?
Hello everyone! I'm moving along in my scripting adventure with the SDK and PowerShell but I've hit a snag when it comes to handling the addition of interfaces. I'm looking at the example given after...
View ArticleObject not set to an instance of an object - Volumes
Working on adding volumes with my script and it used to work when I fed it the wrong NodeID. Well I fixed that but now it's returning an error of 'Object reference not set to an instance of an object'....
View ArticleGet 'Fixed Disk' Statistics
Hi all,I added fixed disk volume to WMI node. I successfuly added "V.Details.WMI.Windows", "V.Statistics.WMI.Windows", "V.Status.WMI.Windows" pollers. But I didn't get any statistics about fixed disk....
View ArticleAccess to Orion.NodesCustomProperties denied for NPM 10.5
I am getting the above error when trying to update a Custom Property of a node with JSON API. Originally I am using Python but didn't get any error message so I resorted to curl for the error displayed...
View Articlesdk connection problem -
First time using SDK and trying to make a connection via SDK . I have spent a day , looking at all the posts and nothing has worked for me. Username is in Solarwinds as AD account. (not sure how its...
View ArticleSDK+SAM?
Hi All, Can we use the SDK in SAM my SAM version is 6.1.1.If yes how can i implement it with SAM.Thanks.
View ArticleI get "Sorry, the content could not be loaded." when I mouse over devices in...
I get "Sorry, the content could not be loaded." when I mouse over devices in the Web GUI that were added with a powershell script.
View ArticleAdd Asset Inventory to (WMI) Node
Hi,Is there any way to add asset inventory via SWIS? Like using create or invoke methods. If possible, can you give an example?
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 ArticleOrion SDK Information
Thank you for your interest in the SDK.You can download the SDK 1.9 here (SDK 1.8 here / SDK 1.7 here / SDK 1.6 here / v1.5 here / SDK v1.4 here) What's new in SDK v1.9? New chapter added documenting...
View ArticleHow do you ignore port 0 on SWQL query in custom table?
In order to meet a program requirement I created a custom table to show average and peak packets per application(port) The query is:SELECT TOP 10 F.Application.Name, F.Port, AVG(F.TotalPackets) as...
View ArticleIn SWQL Studio, how to find the groups an application belongs to?
I'm trying to find the table that joins Orion.Group (or Orion.Container) to Orion.APM.Applications. The Orion.ContainerMembers table only have information about Nodes, but I can't find applications there.
View ArticlePowershell scripts to automatically unmanage\remanage a node using the Orion SDK
First, I'll share the script. Then, I'll explain why we need it and how it helps us in our environment.To use the script you must have the Orion SDK installed on the monitored node. Take the text...
View ArticleRetrieve trigger action variables
We have an app that integrates with SW NPM and SAM and pulls in alerts and events via SWIS. We are trying to add a feature to it where we automatically retrieve any Orion variables used in alert...
View ArticleAPI/SDK for a REST call to update Component settings
Is there a way using the SWQL REST calls to update the Component Settings for a Application monitor assigned to a node? Example:I have a Node and I have created an Application Monitor for HTTP. The...
View ArticleAdd Interface on WMI Node
Hi,I just want to add interface on WMI node. I looked up SDK PowerShell samples and developed my own methods. But after I added interface to node (just add interface, not interface pollers), node...
View Article