Hello all, I would like to ask about SDK/SWIS usage thresholds alias concurrent calls in the same time... In other words, I will need to add multiple (hundreds) of nodes into maintenance every few moments - like: Invoke-SwisVerb -SwisConnection $SwisV3 -EntityName Orion.Nodes -Verb Unmanage -Arguments ("N:$($NodeId)",…
I need to know what properties I need to set in the node to have the Category field set, as the sdk is creating the node but the category field is left NULL, and due to it the Node Details widget is showing but also empty...sdk
Had an instance where patching messed up Agent's Plugins and put together a little script to eliminate about a million clicks. Add. selects/columns could be used to log and output the results, but I was just watching in SWQL Studio. *Note "RedeployPlugin" was used, but any method could be invoked and passed the correct…
I am looking to rename the Alert Severity category names listed in the drop list for alert properties. I'd like to make the following mappings to align with our SLA standards: Critical -> Critical (<1 Hr) Serious -> High (<2 Hrs) Warning -> Medium (< 8 Hrs) Informational -> Low (<24 Hrs) Notice -> None I have already added…
I am attempting to update the "CustomerName" custom property via Curl. This property has a drop down list that is used when adding new nodes/devices. i have looked at how to modify a custom property but it is not translating to curl very well at least as far as I can tell. There seems to be information that suggests using…
Hi friends I need to make a table widget for down nodes in a modern dashboard with this Columns: Nodename - DownTime Duration I wrote this: SELECT Caption, DetailsUrl, LastSystemUpTimePollUtc, Status, MinuteDiff(ToLocal(LastSystemUpTimePollUtc), GETDATE()) AS downduartion FROM Orion.Nodes where status = "2" It's works…
Hi, I am using the 'DiscoverSnmpv3Node' script from GitHub (https://github.com/solarwinds/OrionSDK/blob/master/Samples/PowerShell/DiscoverSnmpV3Node.ps1) which is working great. However, id like to be able to change which interfaces are added as part of the discovery, The Discovery config thats created is set to…
So, I'm trying to display downtime in my modern dashboard using the following code: -------------------------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------------------- which basically says…
I can pull record within SWQL studio but not able to use the same query in Modern Dashboard Widget or Report. I need to extract "MYUSER" from the message. What am I missing? APM.WIndowsEvent has bunch of entries whenever an account is locked. There is no column which stores just the username and is part of the message…
Wow this process has been incredibly frustrating. I've never dealt with such a complicated process to just run a GET for REST API. Using postman on the server itself getting 403 using basic auth, 401 with api key. I've tried with several admin accounts. I've tried 17777 & 17778. For url I've…
It looks like you're new here. Sign in or register to get started.