Help with NCM config search returning error port...
I am following the NCM config search guide here (https://github.com/solarwinds/OrionSDK/wiki/NCM-Config-Search) to try and use the API to search for things. Right now I just have a very simple query to...
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 ArticleChanging a Performance Counter Instance Name, Overriding a Template
Hey all, I currently have a template that is applied to multiple servers to collect windows performance counter information for some custom software. The issue is, the instance names changes on a...
View ArticleUsing custom SWQL to search for subnets
Hi there, I notice after using the IPAM 4.3.2, the custom SWQL query is returning multiple results (repeated results). I did a subnet name search (refer to capture 1). It will display 181 results with...
View ArticleSWQL Query returning NULL results
Hi, I'm after some guidance, I'm building a SWQL query to return the Status of UPS's from a Custom Poller and I'm getting duplicate rows returned with the additional rows containing a NULL value and I...
View ArticleIs there any way to change the TriggeredMessage of an Alert using the SDK?
I am trying to modify the text of an alert after firing in order to make it more useful. I have a trap and I want to pass it along to an external script in order to extract a substring from it, so far...
View ArticleSimple Display of Multiple Counts
First of all, I'd like to thank the THWACK community for making me look like such a creative genius to this point. My latest idea sounded oh so simple, but I've not been able to wrap my mind around it....
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 ArticleUnmanaging Bulk Nodes using Powershell
Hi Everyone, Can someone help me with the script i can use ti unmanage the Bulk nodes using Powershell and can the same script integrated with Service now to Automate
View ArticleExport Network Atlas Maps from Orion [PowerShell]
UPDATE: Updated to 1.0.1 to fix exports of User Graphics Files Because I'm constantly creating and destroying Orion instances in my currently capacity, I sometimes forget to export everything before I...
View ArticleHow to add UPS devices in bulk using the SWIS API
Hi, I would like to add UPS devices programmatically (preferably Powershell). Adding corresponding nodes and pollers works fine (many examples available), but that's not sufficient to get the Power...
View ArticleHow to change supernet CIDR in Orion IPAM through SWIS
Hi, I'm trying to add / change Supernets in IPAM through the API (Powershell), but I encounter some difficulties:- I figured out that Supernets are in table IPAM.Subnet with GroupType=4, but I'm not...
View ArticleMonitoring multiple nodes on a remote site
Hi everyone We have NPM server on datacenter & most of nodes placed on branch office. Existing Practice 1For our existing practice, we have a double NAT. (1st on branch office firewall, 2nd on...
View ArticleSWQL Complex query
very new to the swis api and SWQL so would greatly appreciate any help.i am looking for a query that will give me traffic information interfaces this being the max/min in/out bps and the avg in/out...
View ArticleWhich table contains node the availability percentage?
I am trying to create a custom SQL report for the top 25 nodes by lowest availability for the last 7 days. So far this is what i've come with:select distinct top 25 rt.Availability, rt.NodeID,...
View ArticleHelp with NCM config search returning error port...
I am following the NCM config search guide here (https://github.com/solarwinds/OrionSDK/wiki/NCM-Config-Search) to try and use the API to search for things. Right now I just have a very simple query to...
View ArticleWhere are the details of Auto Discovered Volumes Stored?
When I add a node using Orion SDK, as mentioned in (orionsdk-python/add_node.py at master · solarwinds/orionsdk-python · GitHub ), I am able to see my node under manage nodes page. When i click on...
View ArticleHow can I make SW reuse SNMP credentials when adding node
Hi, I'm posting to v3/Json/Create/Orion.Nodes to add node, passing SNMP parameters like below. Is it possible to let SW reuse credentials if the username/auth key have been stored? "SNMPV3Username":...
View ArticleLarge increase in database connections using API (invoke/delete)
Hello, We have noticed that when making a large amount of API calls (invoke/delete) we are seeing large increases in database connections. This is causing the entire SolarWinds web client to grind to a...
View Articlecurl SWQL query for polling engine component counts
I've been following this article to get details on how many components each polling engine is monitoring:Success Center But, I'd like to try to get this information via curl and...
View Article