Hi everyone, I'm trying to update a Custom Property called "Équipe" with orionSDK for python like that: def add_custom_property(swis, node, prop_name, prop_value): custom_property = {prop_name: prop_value} swis.update(node['Uri'] + '/CustomProperties', **custom_property)…
$properties = @{ >> ActionId = $action.ActionID; >> propertyValue = 'orion@mycompany.com'; >> propertyName = 'EmailFrom'; >> Description = 'mydescription'; >> DisplayName = 'displayname'; >> InstanceSiteId = 0; >> InstanceType = 'Orion.ActionsProperties'; >> Uri = $action.Uri; >> }; (Invoke-SwisVerb -EntityName…
So we already have a Service Graph Connector that integrates with SolarWinds and this is working. I've tried to add the Custom Properties to the mix and the code comes back as success, but the field doesn't show after the Test, this is the code within ServiceNow; (function execute(inputs, outputs) { var limit =…
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.…
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.