Hello everyone Does anyone know how to use the API to initiate an update of the Orion Agent? Thank you!
This quick guide provides an example of using PowerShell to add a node with multiple pollers, use the Remove-SwisObject, Invoke-SwisVerb, Set-SwisObject cmdlets to perform actions using the URI for those items. It shows the basic concepts for these actions and is not an extensive guide to SWQL and assumes a basic working…
For an IPAM power user, in our 4.8 environment we can update an IPNode object but in 4.9 we cannot. Python repro code: import requests from orionsdk import SwisClient verify = False if not verify: from requests.packages.urllib3.exceptions import InsecureRequestWarning…
TL;DR The PowerShell script linked to below will assist in creating and assigning application monitors in SAM for windows servers. Source code at: https://github.com/jmsysadmin/SWO_App_Mon Generally, applications in production are monitored well where I work. I don’t hear that we missed much, and it’s fairly accurate at…
Here is the SWQ:L query SELECT ai.IncidentNumber as [Incident Number], ai.State as [Incident Status], o.EntityCaption AS [ALERT OBJECT], ai.AssignmentGroup AS [Assignment Group], ai.AssignedTo as [Assigned] FROM Orion.ServiceNow.AlertIncident AS ai INNER JOIN Orion.AlertObjects AS o ON o.AlertObjectId = ai.alertobjectid…
Hi Solarwinds, Is it possible to post a status on to solarwinds via API and then let the alert rule trigger based on the received status? we are trying to migrate the our old monitoring solution and we are thinking of using the Orion SDK to acheive this. we already use to python sdk for managing the node objects,…
What are we supposed to be using at the moment? It feels like this has changed over the last few years. How do you design queries relating to alerts correctly?
You guys are my last hope. I have been extremely disappointed in Solarwinds and their complete lack of understanding when we reached out to them. All I want to know is how I can put a Orion report into another webpage? Something similar to this…
Can anyone post the GET parameters or example to retrieve attachments? There is barely any information in the API documentation. Thank you
I have added a bunch of nodes into SolarWinds through the discovery and basically allowed all types of volumes to be monitored. On the majority of the unix/linux devices and network devices the shared memory volume and cached memory volumes were added. Both of these are always at 100% so they make the Nodes go critical. I…
It looks like you're new here. Sign in or register to get started.