Get-SwisData : An error occurred when verifying security for the message
Trying to use the API to access IPAM. $hostname = "NPMServer"$cred = get-credential$swissconect = Connect-Swis -Hostname $hostname -cred $credGet-SwisData -SwisConnection $swissconect -Query 'SELECT...
View ArticlePowershell script to import IP's into database using SDK and distribute nodes...
This script will import ip addresses for network devices into Solarwinds and spread the nodes across the Poller Servers. I hope this can be useful and please change what you need to...
View ArticlePowershell script to import IP's through the SDK
Nightly automated task - Import network devices only(routers, switches, etc.) into Solarwinds using the SDK from a database or text file. Looks at Solarwinds database directly for information only....
View ArticleConnection Closed error when querying SWQL
I am getting a weird connection closed error when I try to do a more complex SWQL over the QueryXML service interface. Here are my queries. This one works and returns a response just fine. SELECT...
View ArticleTime insert issue
Noticed when using the SDK you have to insert the time in GMT -7 for my time zone when unmanaging. Not a big deal but how do I request a enhancement to use system time instead of having to add the code...
View ArticleInvoke over SOAP to unmanage / remanage
I am trying to figure out how to use the sample C# client provided in the SDK to make it Unmanage / Remanage Nodes. I can query against the soap api just fine and process the date but upon trying to...
View ArticleQuery - help with joins
Hello guys,I'm very new to Orion and would like to pull some custom info with SWQL.I'm trying to get App Name, Server Names, Component Name and Statistic Data for that component.I've learned about...
View ArticleHow to list detailed Orion table column definitions / schema (e.g., field...
I would like to know how I can extract the detailed column definitions for my Orion tables. It appears they are stored in SQL Server and I'm using the SWQL Studio program. I've tried the "DESC"...
View ArticleProgrammatically assigning https monitors to a node
We have an application template that contains a single https component monitor. Whenever we have a new URL that requires monitoring, we just assign a new copy of this template to a 'fake' node and...
View ArticleOrion SDK 1.10 wont install as soon as it gets to the end of the installation...
I have Orion 1.9 it installed great. I deinstalled 1.9 to put in 1.10 but 1.10 fails installation right at the end of install then it rolls back
View ArticleOrion SDK Information
Thank you for your interest in the SDK.You can download the SDK 1.10 here (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...
View ArticleUsing PowerShell to add dependencies in NPM
Hello,Anyone in the community trying to use the SDK to add dependencies via PowerShell? Automated the device add/remove, but trying to help our network guys by automating the dependencies. The help and...
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 ArticleHelp with SWQL query for getting Nodes.CPULoad value out of TriggerQuery...
I want to put into the trigger action notification as a variable; in this case I want the Nodes.CPULoad 95 out of the TriggerQuery. Can you do it with SWQL query? SELECT TriggerQuery FROM...
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 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 node (or something) to NCM - NPM
Hi,I have a question. Can be added a node via SWIS (Orion SDK) ? Can you help me about that? -like sample code-(I'm working on ASP .Net / C# project about that subject.)Thanks.
View ArticleNPM and Netflow - How are the values calculated and how should we interpret...
Hello,We set the polling frequency of the NPM module to 5 minutes (to get for instance the In/OutAveragebps of interfaces).When we query the DB, we have for instance: Are the values of...
View ArticleChanges to SDK-Scripts when using NCM 7.3.x
Hi Folks,my Customer just upgraded to NCM 7.3.2.We are still on SDK 1.6 We have a script running that parses a CSV File and this script adds/removes/updates Nodes.With the "old" NCM we were...
View ArticlePowerShell Module based on the SDK
Hi All, I started working on a PowerShell module, converting existing code examples in the SDK to “Cmdlets” Functions. The ultimate goal is to just make it easier to re-use code. My own use case in...
View Article