I'm still learning how to speak SWQL and have never known how to speak SQL, so excuse the noobness of this question, but I'm trying to add fields for "created" and "updated" date/time for Service Desk incidents to my device summaries to give us a little more visibility into existing incidents while in the Orion platform.…
I need to have an automated way to r-discover all of our agentless devices. I am using the powershell SDK. Our env have 45 additional pollers for about 16K devices, Our issue is that I need to manage all interfaces that contain "MON#" in the interface descriptions, and manager all non-network disks. I am able to create…
Hey Thwackers, I'm looking to do targeted re-discoveries of some of our server nodes automatically via the API which includes both SNMPv2c, and agent nodes. The primary goal is to rediscover and add new volumes, however another goal as well would be to initially add volumes and interfaces once the nodes get created…
Hello, I need to create and manage Orion objects (example API Poller) through API (Powershell Swis or REST API). My problem is the lack of documentation provided by Solarwinds. Could you please help me on this topic or tell me if this topic is not possible due to a product limitation ? Thank you in advance for your help…
Is there any way in the API or through SQL queries to retrieve the next available subnet in a supernet? For example, if I want to know the next free /28 subnet in a 10.10.10.0/24, how would I do that?
Hello Fellow Thwackers, As referenced by my name, when I want to create a report/alert/etc I usually skip and go right to custom swql query I'm wondering if anyone can assist with the following : I am attempting to write a swql query for netflow reporting and notice that the…
We are trying to run a powershell script that updates some data nightly and I'd like to run it on the Orion server itself. The issue is, the credentials I'm running the script as work fine when not on the local machine but fail when running locally. I've tried the FQDN, localhost, IP, nothing works. same error:…
I try to deploy my first own Component Monitor. there I added the Windows Powershell Monitor and this script $ActivationStatus = Get-CimInstance SoftwareLicensingProduct -Filter "Name like 'Windows%'" | Where-Object { $_.PartialProductKey } | Select-Object LicenseStatus $LicenseResult =…
I am trying to use powershell to invoke-swisverb and automate updating some alertaction's EmailTo property. Based on the examples I have found online this should be how the command should be formatted. Invoke-SwisVerb -EntityName Orion.Actions -Verb UpdateActionsProperties -SwisConnection $swis -Arguments @(@{PropertyName…
We would like to know if there is any API OR CLI Command to manage downtime of the nodes under monitoring apart from manually as we want to automate mute alerts of the devices under monitoring during production change period.
It looks like you're new here. Sign in or register to get started.