Add Asset Inventory to (WMI) Node
Hi,Is there any way to add asset inventory via SWIS? Like using create or invoke methods. If possible, can you give an example?
View ArticleAccess to Orion.NodesCustomProperties denied for NPM 10.5
I am getting the above error when trying to update a Custom Property of a node with JSON API. Originally I am using Python but didn't get any error message so I resorted to curl for the error displayed...
View Articlesdk connection problem -
First time using SDK and trying to make a connection via SDK . I have spent a day , looking at all the posts and nothing has worked for me. Username is in Solarwinds as AD account. (not sure how its...
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 ArticleIPAM + PowerShell
Greetings, Used the following to get an available IP:How to use the IPAM API and get "Free IP Address" Getting an error while trying to update any information:Set-SwisObject : Operation not supported...
View ArticleIn SWQL Studio, how to find the groups an application belongs to?
I'm trying to find the table that joins Orion.Group (or Orion.Container) to Orion.APM.Applications. The Orion.ContainerMembers table only have information about Nodes, but I can't find applications there.
View ArticleHow do you ignore port 0 on SWQL query in custom table?
In order to meet a program requirement I created a custom table to show average and peak packets per application(port) The query is:SELECT TOP 10 F.Application.Name, F.Port, AVG(F.TotalPackets) as...
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 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 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 ArticleAdd Interface on WMI Node
Hi,I just want to add interface on WMI node. I looked up SDK PowerShell samples and developed my own methods. But after I added interface to node (just add interface, not interface pollers), node...
View ArticleInternal Server Error when unmanaging node over HTTP
Hi, I am trying to use the Orion SDK to unmanage a node via a http request. My request is as follows:POST https://10.13.36.29:17778/SolarWinds/InformationService/v3/Json/Invoke/Orion.Nodes/Unmanage...
View ArticleWhy is it so hard to find a link to the latest version of the SDK on Thwack?
I currently have SDK v1.9.137 installed. Nessus scans are telling me that there is a vulnerable MSXML file. I found a copy of Interop.MSXML2.dll in C:\Program Files (x86)\SolarWinds\Orion SDK\SWQL...
View ArticleIn SWQL Studio, how to find the groups an application belongs to?
I'm trying to find the table that joins Orion.Group (or Orion.Container) to Orion.APM.Applications. The Orion.ContainerMembers table only have information about Nodes, but I can't find applications there.
View ArticleRetrieve trigger action variables
We have an app that integrates with SW NPM and SAM and pulls in alerts and events via SWIS. We are trying to add a feature to it where we automatically retrieve any Orion variables used in alert...
View ArticleUsing Powershell to add nodes with Custom Properties for Device Type
Hello,Running Orion NPM 10.6.0 and SDK 1.7 on Win2k8R2 Can anyone help with adding devices into Orion using Powershell? To complete via NPM Web console, select Management, Edit Node.Select groups,...
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 ArticleAnyone have time to convert the SQL for the Availability Report in Report...
I've been trying to convert the SQL for the availability report in report writer to SWQL for close to week. I'm not having much luck, beyond my current skill level. Anyone have time to help?I've...
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 ArticleAPI/SDK for a REST call to update Component settings
Is there a way using the SWQL REST calls to update the Component Settings for a Application monitor assigned to a node? Example:I have a Node and I have created an Application Monitor for HTTP. The...
View Article