The most recent content from our members.
There are multiple pending PRs that fix open issues, and no maintainers seem to be responding. https://github.com/solarwinds/orionsdk-python/pulls Has Solarwinds been abandoning the community use of the API, at least from Python? Should this github repository (which is owned by Solarwinds' organization) be…
Hi All, I'm exploring the ability to bulk delete interfaces from a node. I keep getting a 500 error using the following script. Any help or suggestions would be greatly appreciated. I am using the latest version of the SDK (0.4.0) and Orion is 2024.2. import requests from pprint import pprint from orionsdk import…
I have been building my own collection of SWQL queries in GitHub. it occurred to me that many useful queries are spread across OrionSDK scripts and possibly shared reports, I have found that the SWQL queries themselves are exceptionally useful for running quick table creations in SWQL Studio, for sharing with the power…
Greetings Folks, It seems like it's been some time since the orionsdk-python project has seen a PyPi release. There's been numerous updates on the GitHub repository since the last release came out about four years ago. I did mention it in one of the issues on GitHub (https://github.com/solarwinds/orionsdk-python/issues/68)…
Hi All, i have an issue when i try to run the sample code from the orionsdk-python in particular from this page:https://github.com/solarwinds/orionsdk-python/blob/master/samples/ncm_execute_script.py i get this error unable to connect to polling engine, we have 3 pollers, i tried all 3 pollers its the same result here is…
When I add a node and its pollers via orionsdk, all these resources are autodiscovered and I can see them in the web. How can I see this information via orionsdk? If I run a query to Orion.Volumes it comes back empty because the volumes are only listed and not added. Is there a way to see them before adding them? I'm…
Greetings Thwack, Apologies in advance if something similar has already been posted here. The attached Python script can be used to automatically load-balance polling engines for NPM based on MachineType and number of elements. The intention is that this script would be run periodically in order to level out the workload…
Hello. I'm using the Python SDK to create nodes and would like to add a value to an existing custom property. The property is "Department". I tried adding that to the properties dictionary that gets passed into the swis.create method as an argument. I'd get an invalid column name error when the method is invoked. My…
I have been using Orion SDK for long time to run SWQL queries but trying to use Python for first time. After installing Python (Python 3.7.4) and getting required packages, when I try to run the sample code from documentation (query.py) I am getting following error: C:\Users\user_id\Documents>python query.py Query Test:…
It looks like you're new here. Sign in or register to get started.