CPU monitoring
I have been tasked with trying to find a way to report/alert on a specific CPU situation. We are looking to report on devices that have had the same % CPU usage for a specific period of time. For...
View ArticleAD Authentication with Curl
Hey tdanner,We have been noticing a 403 error when we try to run a Curl Command with a AD Account, but if we use a local Orion account it passes. Is that a known limitation with the API or could I be...
View ArticleBulk add component monitors with Orion SDK
Greetings, I'm not seeing a lot on this at this time; can you bulk add component monitors using PowerShell with SDK? I've got something around 380 directories I need to apply a monitor to, and it'd be...
View ArticleTabs have disappeared in SWQL Studio.
I have an issue with my tabs have issued in SWQL studio. When you click CTRL-T the cursor goes back to the top left in the beginning of the query pane and the previous text stays on that pane. When you...
View ArticleUTC time to local time
Hi, Is there any way to get local time of alerts where triggereddatetime stored in UTC time zone . Am using swis query to get data, how to get it in local time zone.Am using python . Pls suggest
View ArticleSWQL String Manipulation in a Custom Resource
I have the following query successfully working in a custom SWQL resource on a view: SELECT MultiValueMessages FROM Orion.APM.ComponentAlert WHERE ComponentID = '90224' The output is a string...
View ArticleCreate Container with Parent in Powershell
I can't seem to get a script of mine working, can someone help me figure this out? I'm still pretty new to using the API and I maybe touch PowerShell twice a year, so this is kinda new territory for...
View ArticleWorking with Core.AssignToEngine
I'm working on a poller load balancing script, and wanted to clarify something: I notice the entityId parameter is type Int64; when I'm invoking this verb, how do I specify I'm talking about a node?...
View ArticleIs it possible to use Windows Authentication with the Orion REST API?
I am attempting to query the Orion REST API without having to provide an explicit username and password. Using the CSRestClient example from GitHub (OrionSDK/Samples/CSharp at master ·...
View ArticleSDK and APACHE
I was about to install the SDK and had to stop at the point where I accepted the T's & C's for Apache. I couldn't locate a document that listed everything that comes along with the SDK for review...
View ArticleADDING CUSTOM TABS TO THE TOP LEVEL NAV BAR with the API
Inspired by wluther's post on how to edit the db to create your own custom menu drop downs (Adding Custom Tabs To The Top Level Nav Bar ) I went ahead and scripted up some tools to simplify the...
View ArticlePowershell Autologin
I would like to create a PowerShell script that auto deletes a node, once a change ticket gets approved to decommission a server. This is a script that will run automatically, so I need a service...
View ArticleAD Authentication with Curl
Hey tdanner,We have been noticing a 403 error when we try to run a Curl Command with a AD Account, but if we use a local Orion account it passes. Is that a known limitation with the API or could I be...
View ArticlePython SDK - 403 with AD account
Good evening, everyone! I have been using the Python SDK for quite some time now and just recently I've run into a situation where making simple queries results in a 403 when using a service account...
View Articleadd node using powershell
We are trying to automate the server build process so wanted to know how to add node in solarwinds using powershell for monitoring.
View ArticleExtracting IPSLA status changes with SWQL query
Hi,The following query outputs the status of IPSLA tests, in the form shown in the picture below. SELECT oa.OperationInstanceID, oa.RecordTime, oa.OperationStatusIDFROM...
View ArticleIssues with SDK since Orion 2019.2
Since updating our Orion Environment to Orion Platform 2019.2 HF1, NCM 8.0, NPM 12.5, SAM 6.9.1 we have been experiencing some issues with the SDK. These include random indefinite hangs when deleting...
View ArticlePowershell add node but no monitor
I reference the sample from github , i added pollor properties , normally, we need to monitor the C driver, d:\drive, network traffic, network card, , i tried to copy the other monitor by query the...
View ArticleSWQL error in custom query if no 'order by' statement
Hi, I have a SWQL query that works fine in SWQL Studio but when in a custom query it errors SELECT 'Total Servers being Monitored' as [Type], count(ApplicationID) as [Number of Servers] FROM...
View Article