Can SolarWinds API accept basic auth via the URL?
My end goal is to ACK a SolarWinds Orion alert via an API call triggered from my incident management tool. However, the tool I am sending the POST from does not support custom headers. Will SolarWinds...
View ArticleSWIS rest support pagination?
searched but saw no results- I want to get all nodes and thought it might be best to paginate 1000 at a time. Is this available through the api parameters or should I write a program to look at last...
View ArticleInvoking SupressAlerts API is not reflected in Web Console
I've successfully used the swis API to invoke SupressAlerts for a node (uri) but the supression state is not reflected in Web Console.I can Invoke GetAlertSupressioState and use SWQL Studio to check...
View ArticlePython API
Is there an API I can connect to with Python?I would like to query IPAM with Ansible/PythonThanks.
View ArticleError at AddNodeToNCM Verb
Hi everyone, I got this error, "Unable to create object to run property against" while adding node to NCM. I use a library, which is coded by myself (C#), and I also successfully added nodes to NCM via...
View ArticleOrion sdk using Python to query Solarwinds Database
By using the orion sdk with python,Can someone suggest how do we write an script for querying the MSSQL database in solarwinds or any samples using python sdk. Tried something to query but didn't...
View ArticleOnly nodes can be unmanaged through this interface. does not refer to a node.
I am in the process of writing a script to mute and unmanage nodes from a Linux CLI using the orionsdk-python library. I am getting very close to being done but just ran across this error....
View ArticleAPI discovery using subnets
We have Python scripts that launch a network discovery using BulkList, but we'd like to expand it to use Subnets as well. I have not found anything regarding this in my online searching, but hoping I'm...
View ArticleUpdate Alert Notes via SDK
Ahoy,I am trying to figure out how I can update an alert's note via the SDK and I'm not having much luck getting it done. I am trying to integrate a specific alert with our ticket system so that when a...
View ArticleAuto-discovery "Status & Response Time" Python SDK
We are dealing with an issue with auto-discovery where nodes are coming in as "ICMP (Ping) - Fastest" but we are configured to use SNMP. Is it possible to change the auto-discovery to specify SNMP? Our...
View ArticleHow to use RESTful API
I have a large number of linux systems for which I need to do a number of SolarWinds configuration tasks, but lets pick one: The systems have registered themselves by running swiagent in push mode. By...
View ArticleInvoke-SwisVerb - Access Denied
I was advised by SolarWinds support to post a question on the community forms. I am trying to run the below command and receive access is denied errors. The account is a full admin on the server and...
View ArticleInvoke-SwisVerb access denied when running with non admin AD account
I'm trying to run the following: $swis = Connect-Swis -Hostname $IPAMServer -Trusted Invoke-SwisVerb -SwisConnection $swis -EntityName IPAM.SubnetManagement -Verb GetFirstAvailableIp @($subnetAddress,...
View ArticleHow to dynamically/automatically (daily) fill in Node Custom Properties
Hi all We need to run a "discovery job/script" to get plenty of values from roughly 1000 servers,then update node custom properties with found valuesand then use those values as variables in...
View ArticleOrion.NodeL3Entries Table
So I am working on an idea. I do not want to disclose the idea yet....too soon. It will be bigger than the little calendar heat map thing that I worked on for sure. So I am at a point where I have...
View ArticleHow to Monitor Server + CPU + Memory with Tiles
Hi, I am trying to create a high-level view of a group of application, using the built-in widget for custom tiles. I've also created several alerts to trigger if the CPU, memory, reaches a threshold,...
View ArticleHow do I "update" Orion.Credential for WMI? (Right now there is only "create")
Today you can "create" a WMI Credential (Orion.Credential) using the SDK however when the password expires and needs to be changed there is no "update" which seems odd to me not have. Is there someone...
View ArticleIPAM 4.7 | SWIS API | UNABLE TO MODIFY CUSTOMER ATTRIBUTES ON CUSTOM OBJECTS
Hello All, I would appreciate if I can get some help to fix for modifying customer attributes on custom objects Regards,Ckumar3336
View ArticleAPI with EOC
So I discovered that you can query EOC with the API....providing data from every instance of SolarWinds in my environment....and I've given out a couple of queries to others for dashboard purposes.We...
View ArticleWhat do you think of this? Real time network map made from Solarwinds SWQL
So here is my latest project. I have mapped out a network core using orion.npm.interfaces, Orion.Routing.Neighbors, and Orion.NodeIPAddresses tables. I basically query my network for interfaces...
View Article