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…
Hello, I have a problem with REST API query. I would like to verify a list of network assets in my SolarWinds via REST API. I have applied below query but I got Exception. I filter by Vendor (Type = System.String). curl -kv -u <credentials>…
Hello Thwack Community! My name is Ian, and I am a new member here. We have developed an automation for SolarWinds NCM to modify a custom property by invoking the ModifyCustomProperty function. It has been working properly on our dev server, but we are getting the error message below in our prod server. Does anyone have an…
I need to alert when WPM returns particular status codes and this works just fine, but when no matches are found the SWQL query doesn't resolve and just outputs itself into the alert text. When the query doesn't find any results I want it to display 'All is Well'. I've tried using CASE and IS NOT NULL, but rather than…
Hi, I need to be able to enable/disable alerting rule through API REST, is it possible ? Tested with /Create/Orion.AlertConfigurations and /Create/Orion.AlertDefinitions with alertid and/or alertrefid and/or alertdefid + enabled (true/false) without success Thanks
What permissions are needed by the user account to run SWIS queries from Powershell? I want to minimise the permissions assigned to the user in the script, but my script only returns data when I give the account admin permissions. Import-Module SwisPowerShell $OrionServer = 'myserver' $Username = 'myuser' $Password =…
hi all please help me after upgrade the status change to number before upgrade after upgrade SELECT COUNT(1) AS Count_Items, Status FROM Orion.APM.Application GROUP BY Status
I am creating a SWQL for a Application Dashboard and I am wanting to trim characters for better visibility and sorting. SELECT a.FullyQualifiedName AS [CertNode]FROM Orion.APM.Application a WHERE (a.Name = 'SSL Certificate Expiration Date')All the results have "SSL Certificate Expiration Date on" before the node name. I…
Hi there, I am looking through Metadata.VerbArgument to find these two new verbs that were supposedly added in 2022.4 but can't find them. Tried finding information and examples on GitHub as well but didn't find any. Can you please share how these two are used to Create and Update credentials for SAM and other modules?
It looks like you're new here. Sign in or register to get started.