-
Importing/Exporting Modern Dashboards
I think I posted this somewhere else, but I wanted to put it here so that it's easily accessible to all those interested in the Orion API and SDK Discussions. Table of Contents * Preamble * Doing the work in SWQL Studio * Moving to PowerShell * The Simple Step-by-Step Process* Get PowerShell 7 * Get the latest SolarWinds…
-
Set MenuBars per user.
Hello All, I'm trying to have a script to create Orion based accounts and have it basically working the only thing I can't find is where/what to set in order to set the MenuBars I want the user to be able to see ie hiding Cloud Menu bar etc where needed. Any guidance would be appreciated.
-
How to use the Orion.HardwareHealth.HardwareItem.DisableSensors verb
We're having an issue at the moment with false positives being generated for hardware sensors on interfaces that we're not monitoring. I want to write a python script that would check whether an interface is being monitored and, if not, disable the related hardware sensors on that interface. I've found the…
-
Automatic Onboarding of Network Devices
Hi there, I would like to understand the feasibility of automatic onboarding of Network devices via SNMP V2 & SNMP V3, where the device info & credentials are present under a certain table in SolarWinds database itself. Is there a way that we can instruct the discovery to look for the data present in custom table or do we…
-
SWQL function ARRAYVALUEAT / SPLITSTRINGTOARRAY working in SWQL Studio, but fail in web based reporting
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(…
-
SWQL script not working
Team, To display events summary on the custom widgets as the Top 10 events should display in CST time zone, I have created the below script but its not working. Please someone help on this. Thanks SELECT TOP 10 DATEADD(hour, -6, E.EventTime) AS [Time of Event], E.EventTypeProperties.Name AS [Event], E.Message AS [Message],…
-
Add IP Range with SDK
Hello, I have multiple subnets to create in Solarwinds (without using the GUI), some of them have more than 4096 IP Addresses and Solarwinds does not automatically populate IPs for them. The CRUD operations provided in the SDK allow me to create IPs but I get an error 400 if the same address is already present in DB, no…
-
Unmanage Reason
After upgrading to 2025.4.3, I noticed that when unmanaging a node from the details page, it presents a prompt for a reason this is being unmanaged and displays the reason next to Node Status in Node Details. Great improvement. It doesn't prompt if unmanaging from the popover menu, seems only from the details page, but…
-
Duplicate GraphPOID while creating map using Orion SDK
Hi Team, I am currently automating map creation using a Python script in conjunction with the Orion SDK. While I am able to generate the maps successfully, they are all being created with the same GraphPOID. This issue is causing problems with map status monitoring and results in references in a parent map pointing to a…
-
REST API for integration with Service Now
Hi All!! Is there any REST API available for integration with ServiceNow which can automate the process of node manage or unmanage via Service Now? Best Regards, Yatin