We are creating alerts with rest api but alert condition is not triggering?
1) We are creating alerts with rest api and generating trigger conditions like when node is down, till here everything is working good but on meeting the required condition alert is not getting...
View ArticleOrionSDK - Node Interface URI not working
I'm trying to read and eventually update node interface custom properties via Python and the OrionSDK. From my understanding according to SolarWinds' very own URI documentation, the interface URI...
View ArticleSolarwinds support couldn't help - Permissions to add a subnets to IPAM?
Hello,I am trying to add a large number of subnets to IPAM and allow my users to do it. Currently, the user has full ADMIN privileges to IPAM and the script does not work. BUT if I give them full admin...
View ArticleHow to Properly Select and Pass an Array of AlertObjectId's to the ClearAlert...
Hi, looking at the sample code on GitHub there is a method call "GetOneAlert". We are trying to do something real similar, but we want to get all alerts that are currently not acknowledged so that we...
View ArticleAlert Action Updating via the API
Hi, I only found one other post about this, but I'm still not sure how to do this exactly. I'm trying to write a PowerShell script that will bulk Enable/Disable Alert Actions. I see there is an...
View ArticleCASE Statement in SWQL Report Query
I have the following query I created that works fine in SWQL Studio: SELECT nd.Caption AS NodeName , nd.NodeID , nd.IPAddress , nd.ObjectSubType AS PollingMethod , nd.Description ,...
View ArticlePowershell Core - Compatibility
Know this has more than likely been discussed but is this not compatible with PS Core?? Please don't tell me under the covers this is still using Snapins Import-Module : Could not load type...
View ArticleHaving problem pulling in Node Icon and Node Link for custom SWQL Query widget
I have this following query:SELECT o.EntityCaption AS [DEVICE], '/Orion/images/StatusIcons/Small-' + p.StatusIcon as [_IconFor_Device], '/Orion/NetPerfMon/NodeDetails.aspx?NetObject=N:' +...
View ArticleText colour to display alerts using custom query
Hi, I would like to display alerts using custom query and change text colour based on severity can you please advise how this can be achieved.
View ArticleSWQL Reoprts
I'm trying to create a report in SWQL to pulling data for the following: Node name, IP address, OS, Application, AppOwner, Responsible_Director, CriticalTier, Department, PrimaryContact1,...
View ArticleHow to find out what items are in a group through SWQL
I am currently trying to find out what items are in various groups using the SDK. I want to know what nodes are in a given group so I can use the sdk to add another node if needed. I can not however...
View ArticleReport for switch edge interfaces down - grouping, sorting & limiting
I have created a report using DQB that shows the last time that an interface on an edge switch port last changed and the number of days. The report is grouped by the Node caption (i.e. switch host...
View ArticleHPE Switch Firmware Report
I have created a report that contains the following:Node NameSoftware Revision (primary firmware to us)IP AddressMachine Type (don't really need this, as Description is more informative)Firmware...
View ArticleHow to ClearAlert Verb using SWIS REST/ JSON API in C#
This code returns the query but how can I invoke it within the queryUri? Thanks in advance. class Program { static void Main(string[] args) {...
View ArticleAutomatically assigning pollers to list of devices
HI, I have created a UnDP poller that should be added to BGP devices.So I have a script which collects the BGP talking devices. Now is it possible to add my poller to all these devices in the list...
View ArticleCreated dependencies dont work using python SDK
I am attempting to create a dependency using the python SDK and when I run the automated script it creates the dependency but it does not make the child unreachable when the parent node is down.Below I...
View ArticleIssue with adding an ICMP Only Node using python SDK
I'm currently working on adding ~200 ICMP only nodes to our Orion Platform and using python to do so. However, I am having an issue once they have been added to Orion which is that they will not poll...
View ArticleHow to add UPS devices in bulk using the SWIS API
Hi, I would like to add UPS devices programmatically (preferably Powershell). Adding corresponding nodes and pollers works fine (many examples available), but that's not sufficient to get the Power...
View ArticleAPI returning 0 Nodes for some tables
We use the API for integration, other applications query SolarWinds for data it has stored. I also use the API through powershell to help manage some of custom properties. Recently some tables have...
View Article