The most recent content from our members.
Hi All, I’ve observed that volumes are automatically imported during API interface discovery. Is there a way to disable or prevent this volume discovery behavior? # Code to Discover Interfaces - Appears there is a bug because the interface filter doesn't work int_results = swis.invoke('Orion.NPM.Interfaces',…
Hi SWI Team There is a currently a backlog pull requests in the Git for the Python modules. There are a number of warnings/deprecation of certain items Please can this be reviewed - @Lofstrand FYI following our previous discussions. Thank you! Usage of dash-separated 'description-file' will not be supported in future…
Hi, I've noticed over the years that different administrators have different procedures for adding nodes into our SolarWinds environment. The correct way is to add in the nodes IP address and SNMP polls the node for it's configured hostname. Some administrators have been manually putting in the name, which remains the name…
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…
I had a script that would run each night and kick off certain network discovery profiles. Now they all fail. It looks like the API now wants the scan ID AND the engine ID but the engine is already declared in the discovery profile. This makes me think it is a bug or error of some kind on the part of SolarWinds. Even when I…
Welcome to THWACK Awards 2016! We are thrilled to introduce the first annual THWACK Awards! Over the years your stories have inspired us and fueled our passion to continue to build our community and products into what our customers need to achieve incredible feats of IT on a daily basis. We decided it was high time we gave…
Hello Thwack Team, For the below working query - which works in custom swql dashboard resources and in swql studio, SELECT TOP 1 ARRAYVALUEAT(SPLITSTRINGTOARRAY(Replace('Part1-Part2-Part3-Part4','-','|§|§|')),0) as Field1, ARRAYVALUEAT(SPLITSTRINGTOARRAY(Replace('Part1-Part2-Part3-Part4','-','|§|§|')),1) as Field2, CONCAT(…
Hi I'm trying to trigger PollNow for a node using the below API call: https://SolarWinds-Orion:17774/SolarWinds/InformationService/v3/Json/Invoke/Orion.Nodes/PollNow Body: { "netObjectID": "${N=SwisEntity;M=OrionIdPrefix}${N=SwisEntity;M=NodeID}" } or hardcoded { "netObjectID": "N:8042" } I do it from "Send A GET Or POST…
I have a script that scans all my switches and routers for interfaces, and then adds them to Solarwinds based on my criteria. Since I have almost a 1000 devices, my synchronous script takes days to complete. Seems like a job for some sort of multiprocessing feature. In reading about Asyncio, that looks like this is the…
I'm trying to programmatically add devices, discover them, and import resources using python. Currently I'm tryin to import resources, I'm using the following: - ScheduleListResources - to do a List Resources on the node - GetScheduledListResourcesStatus - to determine when it's ready to import - ImportListResourcesResult…
It looks like you're new here. Sign in or register to get started.