Setting NCM Global Connection Profile in script
Hello, I've found that this will set my node properties to "Yes" for "Manage node(s) with NCM": Invoke-SwisVerb$swisCirrus.NodesAddNodeToNCM @($NodeId) But I'm unable to find a way to set the...
View ArticleCreate/Update operations are not working for Orion.Accounts through...
We are trying to create Accounts in Solar winds system through Rest API URI: https://<HOST>:17778/SolarWinds/InformationService/v3/Json/Create/Orion.Accounts but, we are getting following error...
View ArticleHow to Query Netflow Sources via Curl / Json
How do i get the netflow sources in json values inside the red box? Below where some of my attempts in getting them....
View ArticleHow to add only UP interfaces using Python/Orion sdk
I can add the nodes and interfaces using the Python script. I used the DiscoverInterfaceOnNode to add the new interfaces and specify the specific interfaces as well. Up to this point everything is...
View Articlehow to use curl to update properties?
i know how to use curl to do a query to retrieve records but how do i then update said records using curl? i've searched the forums and havent found any posts on this.
View ArticleOrion Default Thresholds Bulk Change?
I'm currently trying to figure out how to update 1000 nodes default threshold via the API. I found a post regarding changing volume capacity but it says to change the forecastcapacitysetting, I've...
View ArticleConvert ICMP nodes to SNMP with Network Discovery and (re)Import
We have a bunch of nodes that are currently ICMP nodes. Most of them have been reconfigured to allow SNMP and we want to convert them to SNMP, via Network Discovery. So our discovery would find all the...
View ArticleSDK verb to unmonitor aws cloud instance?
We have an issue where cloud instances are reverting to an unknown state instead of terminating- looking for a swis verb to call to accomplish the same result as going into the Choose Instances/VM's...
View ArticleNode Resource Discovery Via JSON API
So the configuration seems to be properly set. The community is being properly set and I get a completed discovery profile status but the polling and interface discovery isnt automatically working...
View ArticleCan't query Status from Orion.F5.VirtualServers
I'm trying to get an F5 virtualserver status through API. NPM 12.1 Here is the query I'm passingGET...
View Article403 with rest api call
I;ve seen a few other people with this issue, and some where resolved, but nowhere is a solution to be found. The code: $VLANNAAM = "Somevlan"$cred = get-credential$invoked = Invoke-RestMethod -Uri...
View ArticleSWQL entity for disabling NetFlow/CBQoS?
I have a few hundred routers I need to disable NetFlow collection as well as CBQoS on globally, so naturally I'd like to script it. I've been looking for an entity to call using Python. Can anyone...
View ArticleAdd UDT ports via API
I have not found a way to do this, but maybe I'm not looking in the right place. We've got Python scripts for discovering and adding nodes and interfaces via API no problem. We're using...
View ArticleContinual Data retrieval through the API
I currently am at a company that is standing up EM7 for non-physical layer devices (Servers, OSes, some applications). They use SolarWinds for the physical layer items (routers, switches, ect). There...
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 ArticleUnable to query node for NCM properties
I'm able to query the SWIS API for NPM properties, but not for NCM. This works to pull the custom properties for a node:...
View ArticleASA NodeID's not found
I have copied and modified the following SWQL from Thwack to do SerialNumber searches for our SmartNet guy, and it works great, except it is not finding any of our ASA's. SELECT n.caption as Node,...
View ArticleIPAM Database
Hello everyone, I am an intern helping my network engineering team to automate things in SolarWinds using Python scripts. My last project concerns extracting/updating information for every subnet. We...
View ArticleJSON API - Volumes not adding with Poller Types
I have a NET SNMP linux device and the volumes are not being pulled in using the API but it can easily be done within the SW admin site. It will work on some devices like Juniper for example, it will...
View ArticleAPI GET fails if first result contains a null value
When attempting to pull a list of devices from the API, if the first result contains a null value for one of the attributes, the API returns an error. Sample query: SELECT...
View Article