The most recent content from our members.
Hello everybody. Well, on the previously weeks, my team and me have been working with the IPAM and its python-sdk (https://github.com/solarwinds/orionsdk-python). We wrote an python script that will retrieve an free ip address from a SUBNET based on a given NETWORK_DISTRIBUTION. An example for a call the python script is:…
I am currently working on a python script to mute alerts for a specific node using the orionsdk. swis.invoke('Orion.AlertSuppression', 'SuppressAlerts', uri, start, end) After running my script I can see the following in the Solarwinds audit log, but the node continues to alert, has anyone experienced this issue? User…
Wondering if anybody has found a way to add Hardware Health Sensors using Orion SDK (python). If you have a Swis invoke query, that'll work as well. Thx, Savi
Hello, I am trying to get a list of nodes where the custom property is empty. With SQL we can use the expression 'IS NULL' but when using with the Orion API then we get the following message. requests.exceptions.HTTPError: 400 Client Error: Cannot resolve property .... from orionsdk import SwisClient # Init SWIS API…
I am busy to rewrite my scripts with Python and to move away from SOAP/Perl. We found some information on the web that advise to add new devices into the auto discovery. As result that each discovered node enabled some resources that I don't want to have like: * Hardware Health Hardware * EnergyWise * VLAN * Topology:…
I need to query Solarwinds but with Orion (V2) AD. Is there a way to specify Servery Type V2 versus whatever is default within my python code? The following is my Python code: from orionsdk import SwisClient username = "username" password = "password" server = "server" swis = SwisClient(server, username, password) results…
I am looking for a sanitary way to programmatically update the IPAM Subnets Custom Properties using REST/Python, I’ve seen some indications on this site that suggested that there may be some undocumented way to accomplish this but from what I recalled, the examples were using PowerShell. We are fairly large shop and we use…
It looks like you're new here. Sign in or register to get started.