The most recent content from our members.
Hello, i'm writing simple Python script which will create a subnet in an existing parent group. I would like to update two custom properties of a subnet after creation, but cannot find proper syntax for swis.update, for custom properties of a subnet with a known swis URI. Can anyone provide an example of such an update…
Hello I've been adding nodes into solarwinds using python and the solarwinds sdk. The nodes are adding fine and i've added the required pollers but they are missing the Network Latency & Packet Loss graph. All the data seems to be there but the graph doesn't show up. Users have been clicking on edit node and then…
Hi Thwacksters I am currently working on a project to expose the SolarWinds Orion SWIS API to our users with tightly controlled access. Our goal is to restrict which specific SWIS API endpoints (e.g., specific verbs) each customer can invoke. We initially attempted to restrict access using responder policies on our load…
EDIT3: Added link to content exchange script - the most current version is kept here: Perform List Resources and Auto Import Select Values - Scripts - The SolarWinds Platform - THWACK EDIT2: I had to update the XML Import - I forgot to verify if the interface pollers were assigned - they were not but this has been fixed…
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 the need to change the polling frequencies of hundreds of nodes when they get added to Solarwinds so have created a script to do this. I have a Powershell script which updates the node and interface polling frequencies which is working fine. I also need to update the Hardware health and Routing Polling frequencies.…
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…
Since we upgraded to 2023.2.0 we can see this constant message appearing every 5 minutes in the Message Center 'User DOMAIN\ServiceAccount made an unsuccessful attempt to login from a SolarWinds Information Service endpoint.' I cannot find what is causing it, but looking at the latest release notes for 2023.3 I can see one…
Using either the SWIS API (python orionsdk) or SWQL studio, the following query returns no rows when a user is authenticated using a 'username@domain' format. The query does return data using 'DOMAIN\username' format for the same user, and for local accounts. This is on version 2024.2.0. SELECT Top 10 NodeCaption FROM…
Can SolarWinds detect which firewall is blocking a port? We're preparing to upgrade to v2024.2 which deprecates the SWIS running on 17778 and moves it permanently onto port 17774. We have polling engines in three different environments. The MPE's and most of the other pollers sit in our Prod network, but we have to sets of…
It looks like you're new here. Sign in or register to get started.