I am trying to use powershell to invoke-swisverb and automate updating some alertaction's EmailTo property. Based on the examples I have found online this should be how the command should be formatted. Invoke-SwisVerb -EntityName Orion.Actions -Verb UpdateActionsProperties -SwisConnection $swis -Arguments @(@{PropertyName…
We would like to know if there is any API OR CLI Command to manage downtime of the nodes under monitoring apart from manually as we want to automate mute alerts of the devices under monitoring during production change period.
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…
It looks like you're new here. Sign in or register to get started.