Hello all, we would like to assign community poller 'Cisco ASR devices' for CPU&Memory to specific models (using monitored MIBs) via script, but Orion Support wrote me it is not possible (only manually within GUI). I found discussion…
In SWQL Studio Cortex.Orion.PowerControlUnit shows the string elements PowerControlUnit BasicBatteryStatus, LastFailCause, OutputStatus, and ReplaceIndicator have all been deprecated and replaced with integer fields with similar field names with a _Value suffix. So I'm assuming that if I create a report for…
Is it possible to convert a string value to the date format with SWQL somehow? I have some metrics from custom poller: CurrentValueCaption03/15/2021a.host04/25/2021b.host11/13/2020c.hostUnknownd.host09/06/2021e.host "CurrentValue" contains a date in MM/DD/YYYY format (actually a string value), and I want to compare it with…
Hello community, Currently my main issue is that I need to find a trap message to massage it before it is sent via e-mail. So, having said that my focus right now is finding the table trough the SWQL Studio that contains the Trap information. Unfortunately when I access Orion by using my SW admin credentials, Orion.Traps…
Hello everybody, I am trying to get a node's resource list using the REST api with http calls. I can launch the job and check its status. But when making the request Invoke/Orion.Nodes/ImportListResourcesResult I'm always getting the error: One of the known types provided to the serializer via 'knownTypes' argument was…
I'm trying to automate resource discovery using SDK. When I invoke verb "ScheduleListResources" and then check on its status I always get 'Unknown'. I tried waiting several minutes but it's the same result. I did a sanity check and was able to pull list of resources using web console. I used this code as a reference:…
Hello, I'm having an issue where adding any ICMP node results in a permanently grey node using Python Orion SDK. Adding a node via SNMP using Orion SDK results in no issues. I've already found and tried the solutions listed in:…
Hi Can any one generate SWQL query to get % Availability of 7 Days , Last month. Mention query is of Today's Availability. SELECT Availability , Status , Color FROM ( SELECT ROUND(AVG(rt.Availability), 2) AS Availability , 'UP - ' + SubString(tostring(DATETRUNC('day', GETDATE())), 0, 12) AS Status , '#30b230' AS Color FROM…
Need to add multiple/Bulk Component in SolarWinds. Is there any way to add multiple/Bulk Component in SolarWinds. Using API ? Need to create script to add component in solarwinds.
This script was featured on the TWHACKcamp 2018 session "There's an API for That," which you can watch in its entirety here. The two scripts I used are attached to this post.My goal here is to explain the idea behind the script as well as point out any major design points within the code. But there are a few things I need…
It looks like you're new here. Sign in or register to get started.