We are deploying the Orion Platform with NPM, SAM, SRM, and LA modules. I would to explore the possibility of triggering an alert via the Orion API. Can we use API to update monitored devices’/ applications’ metrics to go over the threshold configured and let the system trigger new alerts or update the syslog and SNMP trap…
I am using the following instructions to trigger compliance reports: How to trigger compliance reports with alerts - Forum - Network Configuration Manager (NCM) - THWACK (solarwinds.com) However, I am stuck on step 3: Get-SwisData -SwisConnection $Swis -Query "SELECT PolicyReportID, Name, Comment, Grouping, ShowDetails,…
I had a previous post which I can't edit for some reason. in any case, can someone help me modify the following script I found on the forums to mute nodes instead of unmanaging them? I want the ability to pass the duration(hours) thru the execution of the script. # Hours passed when running script e.g (./unmanage.ps1 12)…
I have been trying to discovery the resources for both new and existing nodes using the "GetScheduledListResourcesStatus" API command. I keep getting a status "unknown" when using this feature on new or existing nodes. I've tested this with multiple versions of code and on many different types of nodes with no success. We…
Getting 403 when trying to use REST API. I have created a Basic Auth in Manage API Poller credentials and passing the test username and password. Looking for help to resolve this issue. sduraisa@sre-bastion-01:~$ curl -kv -u test:test 10.100.2.198:17778/.../Query * Trying 10.100.2.198:17778... * TCP_NODELAY set * Connected…
I have been trying to find a status field for endpoints in UDT. There are OperationalStatus and AdministrativeStatus in the Orion.UDT.MACAddressInfo table, but I can't find any documentation on what those fields mean. The values for OperationalStatus are either -1. 1 or 2. AdministrativeStatus is -1, or 1. Anyone know what…
here is my example of SWQL query for fetching syslog message for my switches, my switech name is start with "SW*" SELECT TOP 25 Level AS [Severity] ,nod.Caption AS [Node] ,nod.DetailsUrl AS [_linkfor_node] ,'/Orion/images/StatusIcons/Small-' + nod.StatusIcon AS[_iconfor_node] ,TOLOCAL(DateTime) AS [Log Time]…
Hello Experts, I am trying to populate a custom table in in the modern dashboard to display total number of nodes and count by node types ( NW devices / Servers) which are already mapped to custom fields. . Any suggestion with the proper variable calls will be of great help. Below is the simple SWQL query I had tried as…
I found this using google search on a post from years ago. I am quite a beginner when it comes to swispowershell and coding. I appreciate the talent on this forum. What I would like a is a swispowershell script that with mute and unmute alerts for a period of time using node names that I provide in a text file. Can anyone…
Hello Everyone, We're trying to build a resource that will show the last note (orion.nodenotes) left on a node. I can get all the filtering for status/custom properties required the problem I'm running into is when it returns the results if I aggregate the data for the notes (it shows all notes by default) then I can only…
It looks like you're new here. Sign in or register to get started.