I am very new to SQL and SWQL and am seeking assistance with a query I’m developing for a customer report. Specifically, I need help creating a SWQL query to generate a report that identifies and lists missing patches. The goal is to provide a comprehensive overview of which patches are not installed or are overdue,…
SolarWinds NCM API is not working since few days, kindly guide the steps to follow in restoring the service
Hi All, I'm trying to build queries for things like the modern dashboards for my EOC instance and while I can get Nodes/Interfaces data etc in I am unable to figure out a way to get a column to show up for what Orion Site the device sits in. Was hoping someone had already solved this problem or can give guidance. For…
Buenas, estoy tratando de unir estas dos tablas con Orion.AlertsObjects en mi query pero no tengo resultado, lo que necesito es tener el dato de mi nodo que tiene la alerta, este es el script
Getting this error while Connecting to SolarWinds Orion API on Port 17774 "Cannot connect to SolarWinds. One or more errors occurred. An error occurred while sending the request. The underlying connection was closed: An unexpected error occurred on a send. Unable to read data from the transport connection: An existing…
I got below SWQL query from one of the discussions where the output is giving me the availability for last 7 days. However I want to show the availability for last month in the Modern dashboard. SELECT COUNT(*) AS [100% Available] FROM ( SELECT [Nodes].Caption , AVG([Nodes].ResponseTimeHistory.Availability) AS…
Hi all, It seems I've encountered a bug after updating the Platform to version 2024.2.0. When using the SWIS client to delete node interfaces, I receive an exception. I'm calling the "Delete" method on the client and passing the interface URI as an argument. The "Update" and "Invoke" methods work properly with the same…
Hello, After Update Solarwinds platform in version 2024.2.0. My Dashboard where the perfstack is show don't get the date update. After the update the date was 01/01/2000, so I re saved the perfstack. When I go in perfstack from the link "Open in perfstack" on the dashboard the date for the "Last 12 Hours" is Ok (Actually…
As the subject suggests, i am trying to invoke this verb under Cirrus.Nodes using python. However i am getting an error where ExecuteConfigChangeReportAction evoked with comparisonType = MostRecentToLastOfTheSameType show me error The output is not informative not sure what is wrong here.
The REST API swagger for Acknowledge has this as the payload: { "alertObjectIds": [ 0 ], "notes": "string" } but when I send a payload with that format, { "alertObjectIds": [11111], "notes": "testing from rest client" } the API ignores "notes". When I query the AlertObject I get this: "AcknowledgedNote": null Is this just…
It looks like you're new here. Sign in or register to get started.