Group Link Different in Web Interface
Hello, I have recently begun to write my own resources using SWQL queries, however, I have run into a bit of a snag. I am working on creating a resource which shows the number of alerts per group and...
View ArticleTC18: Creating and Updating Orion Custom Properties with PowerShell
This script was featured during the There's an API for That: Introduction to the SolarWinds Orion SDK at THWACKcamp 2018 OVERVIEW / REFERENCES:This is a small script I used as a demo during a wonderful...
View ArticleUnmanaging and suppressing alerts for applications - Scheduled recurring...
Here's my take on a recurring, scheduled maintenance window for applications. We've got a hot/cold environment for one of our big in-house applications that rotates every two weeks....
View ArticleUsing API to update IPAM.Subnet ParentID -- not reflected immediately in web...
I want to reorganize the subnets into the needed subnet groups and supernets, and using the Get-SwisData, I was able to query the IPAM.Subnet data, and from that I got the subnetid and parentid, and...
View ArticleAdding values to an existing custom property using curl.
HiI´m new to using json and curl, and any help would be greatly appreciated, I've been reading through the github page and forums but still I am very confused because all of this is very new to me.My...
View ArticleSolarWinds Orion API & SDK: Authenticating with the application API key
Is there a way to authenticate a call with an ApiKey or UserName/ApiKey method?
View ArticleCreate WMI Node via API Request
When attempting to create a new WMI node I am running into an issue where the node is created but its not receiving a value for the WMICredential field in "Orion.NodeSettings" which I am attempting to...
View ArticleSWQL: Where is the table to find the SQL port number
Hi,Can you show me how to find the port of the APM SQL port on SWQL? When I try to link the component port number, it's showing '0' or NULL. SELECT DISTINCT n.caption, sc.NodeName as [Clustered Node],...
View ArticleAD Authentication with Curl
Hey tdanner,We have been noticing a 403 error when we try to run a Curl Command with a AD Account, but if we use a local Orion account it passes. Is that a known limitation with the API or could I be...
View ArticleHow to Get a List of Down Devices and the Time They Went Down?
I have found several permutations of this question, but could never track down a solid answer for my specific question. I need to run an SQL Query via the reporting Resource. I am a network admin so my...
View ArticleHow to use API to connect agents
I'm trying to automate the creation of agents. The following successfully creates an agent: #!/bin/bash data='{ "Name" : "ahost", "Hostname" : "ahost", "DNSName"...
View ArticleInvoke-SwisVerb to Enable Application Dependency Polling for a Node?
I've been sifting through the available verbs for this, but I'm not sure if there is one. Basically I'm looking for a way to automate checking the "Application Dependency Polling Enabled" checkbox for...
View ArticleSDK Permissions issue
I have a query I'm posting to get the first free IP address using the SDK and powershell: get-swisdata $swis 'SELECT TOP 1 N.DisplayName, N.Status, N.IPNodeId, I.Client_Name, I.Customer_Account_Name,...
View ArticleNew Alerting - Deprecated OIDs Property, PropertyValue, Severity (Critical,...
Hi, In the throes of integrating Solarwinds with a Manager of Managers 3rd party using 11307.10 OIDs to pass traps. Being getting deprecated messages saying some OIDs are no longer available and to use...
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 ArticleImport Template using SwisPowershell
Hi there, I am currently automating the installation and configuration of solarwinds with the help of the SwisPowershell module. I have managed to fully install solarwinds orion, agents on the nodes...
View ArticlePowershell for solarwind configured on Linux server
we have our infra with Linux server, but i am working with powershell scripts only.how to use powershell in this case? and how can autoamte the jobs for this?
View ArticleSWQL: Location of SRM, Map Server Volumes data
Hi, Can you point out, what table on SWQL I will find this information?
View ArticleHelp converting SQL to SWIS
We are trying to convert the following query to SWIS and quite frankly having trouble finding examples that utilize joins like this. We built the query using the Orion Report Writer. Query: SELECT...
View ArticleBug that allows user with no NCM access to pull from config archives
We have a local account that is configured in NCM as: None No access to NCM functionality. We validated no NCM access when invoking ConfigSearch like this: swis.invoke('Cirrus.ConfigArchive',...
View Article