SWQL Studio Communciation Object in Failed State
I have a query that is doing some aggregate calculations. It runs fine over a certain interval that takes less than 30 seconds to get results from the server. When I extend the range, and it takes...
View ArticleSWQL Object for Geting Past Node Response Times
I have found the Orion.NodeStats object, but it retrieves only the latest Response Time measurement. I need to be able to query based on a customer complaint for the average and measured Node Response...
View ArticleWhat version of SWIS does EOC v1.5 support?
Just curious what version of SWIS EOC v1.5 supports? Indications are that it only supports SWISv2. Thanks!
View ArticleExtract Name and EOL_Date from orion database
Hello Experts, I want to extract network device EOL_Date from Orion database , How to do it using powershell. I need the name of the node and the assoicated EOL Thanks in advance. -Prashant Girennavar.
View ArticleBehavioral difference between SWISv2 and SWISv3, SOAP issue with valid SWQL...
I've been writing a perl api layer for our internal applications for the past year and I have accumulated quite a few unit tests. Today while switching from using a SWISv2 connection to using SWISv3,...
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 ArticleHelp with Volume Information in SolarWinds
Hello I am try to automate adding nodes into SolarWinds for a project we have going. I am able to add the Node to be managed with ICMP and WMI and polling for CPU and Memory utilization without any...
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 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 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 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 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 ArticleCan I make a custom property read only*
* But only to Web UI users, not the SDK? At the advice of .. someone @ SolarWinds, we've set up a custom Device Muting workflow, and it works great when our users use the Cmdlets we've written....
View ArticleHad a harder time finding the orion sdk forum here from the thwack page...
Idk if it changed or moved or what but I needed google to find my way back here? Just a thought. Didn't labs with sdk under it used to be under product forums?
View ArticleIssue with incoming data to the SWIS
Question for you guys, i have a service that pulls traffic out of the Netflows and it keep getting this error The maximum message size quota for incoming messages (65536) has been exceeded. To...
View ArticlePowershell SDK - add custom properties to a group
Fairly new to powershell and NPM, We are running NPM 11.5, Just upgraded from 11.0.1 and SDK 1.10.16 Since the addition of custom fields being added to groups, does anyone have examples of how to add...
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 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 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 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 Article