Solarwinds Information Service - Enable for External API Access
I've recently installed the Orion SDK and I want to be able to use the SWIS from various machines on our network. I think I need to change the config file so the tcp service on 17777 isn't bound to...
View ArticleImported Node into Orion from Perl but it does not appear in Manage Nodes
I used one of the sample scripts from the SDK that was provided. I successfully added the node, I can see it in the database itself and in my listing of nodes in the "All Nodes" tree on my SW Home...
View ArticleNew SDK Version Available - SDK 1.3
Can be accessed here. Can only be used with NPM 10.1.2 and above.Adds additional product support and some basic invoke/write capabilities.
View ArticleCreate container using Orion SDK in C# - .Net
Hi,I try to create a container with C# code like above code. I am using Orion SDK and .Net Framework. Is there anyway to do create container like that code? string uri =...
View ArticleMaking a node added through the SDK look like one added through the UI.
I'm attempting to add nodes using the Orion SDK; I'd like them to be added to Orion just like they would in the UI (without discovering Interfaces, Volume, or Ports) When I add a node through the user...
View ArticleAdd node to SAM with PS -> node display problem on web console
I use the Powershell SWIS snap-in to add an ICMP node to Orion System and Application Manager version 5.0. This is successful. When I view the Node Details page on the Web Console, it displays the...
View ArticleAdding a node to APM/SAM using powershell with WMI credentials
I have figured out how to add a node to APM/SAM using powershell, but it only works with ICMP (or snmp) as the ObjectSubType, not with WMI (well, it adds it, but web interface errors after doing so and...
View ArticleNCM Roles for Auditing Export / Orion SDK
Hi all,I need to export all users and their Rights in Orion for Auditing Reasons. I found most of the Variables I need in the Schema Documentation but I did not Find the NCM-Roles in the tables.Can...
View ArticleOrion SDK does not provoke Auditing Events?
I'm working on a perl library that will, among other things, slurp a family of Custom Properties out of our CRM and into SolarWinds NPM Nodes. I'm noticing that when I use the web interface to...
View ArticleQuestion on SWQL commands
Hi all. I have a basic question about how to extract text from a field in a query. Does SWQL support something similar to the MID command or SELECT SUBSTRING start posistion, length? I'm not a SQL...
View ArticleAutomated creation of NPM server nodes including specific node resources
I have a PS script that utilizes both the SDK and the Internet Explorer PS Object. The script does the following:Script Input Arguments: Script Action (Currently just adds, but in the future it would...
View ArticleConfig files available via NCM
I am looking for a way to do searches in the downloaded running-config files using the SDK but so far haven't succeded.Any suggestions?
View ArticleNew Tables on NPM don´t appear on SDK using SWQL Studio
Hi,We are working on adding an additional table to the NPM database to store additional data. The issue that we are getting is that when we connect to the database using the SWQL, the new tables don´t...
View ArticleOrion SDK access to Resources and ResourceProperties tables
Hi, I'm wondering if anyone has found a way of querying the Resources and Resourceproperties Tables via the SDK. I've looked throught the V3 schema and doesn't appear to be any related classes to those...
View ArticleReceiving "There was an error while trying to deserialize parameter" since...
This worked on 1.5 sdk prior to upgrade, failed after NPM 10.5 upgrade, upgraded sdk to 1.6; still fails... This is a power shell script using the sdk... ----- There was an error while trying to...
View ArticleNeed help with SQL Queries on Summary Home page.
Good Morning - I would like to see all my physical vol usage for just my servers under "All Volumes" on the Summary Home pageI've written one SQL query to weed out the desktops:comments != 'Desktops'...
View ArticleQuerying Orion.Events
Can anyone confirm whether this looks like a reasonable way to query for all events belonging to the devices named 'TIA_RT%'select caption, eventtime,message from orion.events as ev, orion.nodes as n...
View ArticleDatabase model
Is there an overview of the exposed tables where I can see how the entities in each table relate to each other? It some times take a bit of guess work to figure out that for instance Orion.Nodes.NodeID...
View ArticleFull Listing of SysObjectIds
Is there a doc somewhere that has a full listing of these? I'm currently creating a form for my companies internal staff to add devices to Solarwinds and would like to have a dropdown of network...
View Article