Orion 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 ArticleSWQL support for modulo operation
So we can use something like this:select ToString(((i.LastRunDuration % 3600) / 60)) + 'm ' + ToString((@total % 60)) + 's' AS [Duration] Rather then this:,CASE WHEN (i.LastRunDuration / 60) > 0...
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 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 ArticleUnable to connect to SWIS using SWQL Studio
I've added a custom SWQL widget to one of my application views and I'd like to return the value of the script argument for the application's only component. However, I'm getting the error "Error: A...
View Articleapi / web request question
Another user posted in the api forum for how to get the next avaiblable ip, that you can set the record by using the follownig code: $postParams =...
View ArticleAdd new IP address to an existing Node?
I'm attempting to use the Perl SDK to add an IP address to an existing node: specifically the Orion.NodeIPAddresses. I'm getting an access denied error: <UserMessage>Access to...
View ArticleUnable to connect to Alert Central using SWQL Studio
I am trying to connect to Alert Central using SWQL Studio. I can not figure out what I am doing wrong. Here is the initial connection. Server Name is...
View ArticleHow to list all known hosts with CLI
Hello, I have a customer that is using SolarWinds to monitor their environment. I need to export a list of all known hosts on their network. I would prefer to have the following details for each host:...
View ArticleCustom SWQL Query Questions
Hi All Is there a custom sql script i can use to see all the nodes and the groups they are in and if they are in multiple groups. Here's the" why" we have a US map with store locations. These...
View Articleerror when trying to unmanage a node
Running - NPM 11.5SDK - 1.10.16Windows Server 2012r2 I have nightly script that reads a CSV file to add new nodes. I've been trying to add a section to unmanage nodes, but keep getting an error. The...
View ArticleSDK Verbs, resource discovery and SAM 6.2
Is there a list somewhere of all Verbs available to SAM 6.2? We are trying to completely automate node creation and destruction within a public/private cloud environment and client facing services are...
View ArticleUpgrade from NMP 11.0.1 to 11.5 breaks SDK 1.10 set CustomProperties
Hello all,I want to thank those that released the SDK. It's a great tool and we've used it extensively. We have a powershell script, using v1.10.16.0 of the SDK, which we use to add nodes, setup...
View ArticleCustom SWQL Query Questions
Hi All So I believe I have a syntax issue and was looking for some help? So I'm needing to create a query to give display in a view of a list of all down nodes but not un-managed ones ...with a...
View Articlescript to log onto the SW Orion website?
is it possible to create a login script to log onto the SW Orion website?
View ArticleIs it possible to manage UnDP's with the SDK?
I would like to add/remove custom pollers with the SDK. The only thread I found was from 2012, so I wanted to ask if it's possible now. Thanks!
View ArticleREST API in PowerShell
I have been able to use the OrionSDK to create PowerShell scripts to help automate some processes that we have. The downside is that each team member will need to install the SDK in order to run the...
View ArticleHow to list all known hosts with CLI
Hello, I have a customer that is using SolarWinds to monitor their environment. I need to export a list of all known hosts on their network. I would prefer to have the following details for each host:...
View ArticleCustom SWQL Query Questions
Hi All So I believe I have a syntax issue and was looking for some help? So I'm needing to create a query to give display in a view of a list of all down nodes but not un-managed ones ...with a...
View Article