Hi Very new to the PS & API I like to duplicate from the GUI Group name ALB filter is CP Site = ALB
Just starting to experiment using OrionSDK w/ Powershell to bulk add new nodes. Working with the script and just a single node for testing, cannot get the script to work correct. Error I get is: Get-SwisData : The socket connection was aborted. This could be caused by an error processing your message or a receive timeout…
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…
It looks like you're new here. Sign in or register to get started.