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?
I want to create a dashboard for my NOC that shows a list of down nodes, down applications, and down components of each application. I have nodes and applications but how do I get components? I made a powershell script that will do it by taking the url of each application and looping through them and running a query to…
Hello, We are trying to connect to the Information Service on the Orion server using the following Python script line: swis = orionsdk.SwisClient(SWServerName, SWUsername, SWPassword, verify="/etc/ssl/certs/SolarWinds.pem") However, we are getting the following error and i'm not sure how we should proceed.…
It looks like you're new here. Sign in or register to get started.