Looking for verification of table choices for use in gathering performance...
The other day my boss asked me to look into getting performance data from/via the Orion SDK. Namely "Device CPU and Memory" and "Interface bandwidth in and out (ingress/egress)" So, I wanted to verify...
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 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 ArticleAdding new tab to Orion view? Possible?
I wanted to ask around and see if it was possible to add a new tab to the main Orion view? For example.... I would like to add a new tab that when moused over would list out each of my real time...
View Article"An error occurred when verifying security for the message" error in SWQL...
Came back from vacation and now have this error "An error occurred when verifying security for the message" when connecting to SWQL studio.I can still log in fine from my .NET app that uses a web...
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 ArticleTrouble with custom swql query in device view
Hello, I'm attempting run a simple query (below) as a custom resource within a phone device view in vnqm, but getting "Error: A query to the SolarWinds Information Service failed"Any way I can get...
View ArticleOrion SDK --Perl -- Add node issue
Using below Perl code against our standalone NCM setup, I can create new node and attach "SNMP" pollers to it. I can see, through querying SWQL, that the software (NCM 7.2.1) populate node data in...
View ArticlePowerShell Script to Unmanage Hosts Connection Problems
Using SDK version 1.5 with NPM 10.2.2 It seems I'm having problems connecting to my Solarwinds server using SDK. Itry "$swis = Connect-Swis -host 'solarwindsserver.domain.com'" I getprompted for a user...
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 ArticleHow do I script Deleting a Node using SDK?
I'm new to scripting so, has anyone written a script to delete a node using the SDK? I see the post for deleting a volume - is it the same or is Java the only method as described in SDK guide? Thanks,...
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 ArticleDownload the latest config of all devices using Powershell
I am trying to download all device configurations (latest versions) to local drive. Here is the script I tried based on modified sample scripts. if (! (Get-PSSnapin | where {$_.Name -eq "SwisSnapin"}))...
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 ArticleOrion SDK issue selection of resources
We are having issues figuring out how to select up interfaces to monitor, when adding a node. Any help appreciated.
View ArticleSet NCM Credentials
Hello all - I've managed to successfully create nodes using v3, and add that node to NCM with v2. One thing I am not seeing though is how to set the credentials for NCM? I used XmlDocument xdoc = new...
View ArticleNot 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 ArticleSet NCM Credentials
Hello all - I've managed to successfully create nodes using v3, and add that node to NCM with v2. One thing I am not seeing though is how to set the credentials for NCM? I used XmlDocument xdoc = new...
View ArticleMigrating Orion is leaving the old Hostname in the SwisUriSystemIdentifyer in...
I have migrated NPM to new servers, and both systems are running in parallel until I can get sign off to decommission the old servers, swap the keys, etc... I have created all the required groups using...
View Articlesdk - email macro help swql or sql
I have a custom property [alertEmails] tied to applications.I want to use that in alerts...obviously.should I use: ${Orion.APM.ApplicationCustomProperties.alertemails} for a component alert? I can't...
View Article