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
Looking to have Solarwinds to run data export reports that capture all interfaces that are administratively up, but operationally down for more than X days? I need to have this include ports that have not been used since before the last switch reload, so that it specifically does not use "last used date/time" by the date…
Does SolarWinds NPM provide an API that would allow us to automatically extract device information into Eracent?
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…
Hi all - i have the following swql (below) for my alerting KPI - but i need to included the following customer property - CustomProperties.CoreProductionSystem LIKE '%YES%' where would i add this into the swql - thanks Alerts (Acknowledged) SELECT COUNT (AlertObjectID) AS Quantity FROM Orion.AlertActive WHERE IsNull…
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…
I am looking for a way to add nodes to an existing Maintenance Schedule based on a custom property. I plan to have a node custom property for PatchingGroup that will match one of several possible Maintenance Schedule DisplayNames. Since this will involve several hundred agent based nodes I was hoping to script it. Will the…
Hi All - i have tried searching on here but cant find it im after the Node status values i.e 1 =- up 2 = down 9 - Unmanaged etc can someone help - thanks
We are in the process of platform upgrade from 2024.1.0 to 2025.4.2. We have done some modification in out production environment for Log entry message customization in 2024.1.0 using swql. So here our query is now if we upgrade to the latest version 2025.4.2 does it will our production database schema. Also want to know…
SWQL CPU average load for last hour for just production nodes So i have the following swql for average cpu load last 60 mins, how would the swql look just for production nodes - with custom property n.CustomProperties.CoreProductionSystem - thanks SELECT TOP 10 n.Caption ,aggSub1._avg AS Orion_CPULoad_AvgLoad_avg…
It looks like you're new here. Sign in or register to get started.