We have 18 instances of Orion in our enterprise with a very heavy dependence on automation via the API. I am seeing a very simple SWQL query timeout when run via SWQL Studio and via code on only one instance. I occasionally see the following error: <error> The communication object,…
Hello fellow Community Guru's. I am trying to find a way to report if a node does not have all relevant custom pollers applied. I have tested this code which works. SELECT n.Caption, n.IP_Address, n.Vendor FROM Orion.Nodes n JOIN Orion.Vendors v ON n.Vendor = v.Name WHERE n.NodeID NOT IN (SELECT NodeID FROM…
Hey everyone, I know this topic pops up every so often, but does anyone have a good automated way of adding nodes to SolarWinds, specifically Windows devices through WMI and/or Linux based systems through SNMP. I know we would like to get it to a point where the node is automatically added through a Service Now workflow.…
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.
i am trying to create a m.dashboard to reflect my "manage hardware sensor" section. i wrote a query to select my desire filed: SELECT node.Name , node.FullyQualifiedName , node.HardwareCategoryID , node.StatusDescription , node.DetailsUrl FROM Orion.HardwareHealth.HardwareItemBase node where node.StatusDescription!= 'Up'…
iam new to this community. The reason why iam here is because iam working on integrating our system with SolarWinds. As per my requirement, we are supposed to set up SNMP traps of type SNMPv3 for a node as trigger actions to an alert using the API below. SW API: /Invoke/Orion.Actions/SaveActionsForAssignments For all our…
Hi everyone, Appologies if this is the wrong place to ask, however I'm looking for a bit of advice/help with the above topic. Essentially, we have four pollers which we're trying to balance out. What we have found that is one of our pollers has a significantly higher component count, even though the node count against the…
I would like to retrieve the license information from Settings > License Details using an API call from an external source. Is this currently feasible?
Morning Thwacksters, I'm developing a Modern Dashboard to show all the component output of the 'Azure Blob Services Az' SAM app (which I had to take apart to understand how/why it didn't work then fix it). The dashboard is put together with filtering in mind, so its default SWQL query will grab all instances of this…
I want to customise a dashboard in solarwinds using orion sdk. I need to create a report and dashboard showing cumulative availability of the nodes in our environment.
It looks like you're new here. Sign in or register to get started.