I hope this is the right forum to start with. I'm not super skilled with APIs more broadly but I've done a couple things with them. My tool of choice is PowerShell because that's what I've used in the past and I'm skilled with it. My immediate goal is to take a list of server names (which are all nodes in Orion by the same…
Hello is there a way to add VIM host from SDK or API? I have seen on the SWQL studio that the Orion.VIM.Hosts entity does not support "Create" I have searched a way to add it trouhg discovery using the CreateVulPluginConfiguration but it only import the node in NPM not in VIM I also tried to add the node through Orion.Node…
I have created Universal Device Pollers for lldpXMed OIDs. The issue I have is when I run a SWQL against these custom pollers, the information from each OID all show under Status. Is there a way to modify one of the pollers or swql query to populate different columns instead of showing all info under status. OIDs…
With the move to "Modern Dashboards" understanding SWQL is more important than before. Is there a way to see what's behind existing Widgets? Replicating some of them would be pretty straightforward and easy to figure out, but it would be helpful to see what's going on "behind the scenes" with the existing Widgets to get a…
Hi, I have searched for custom SWQL queries that others have posted which would allow me to search all downloaded configs from today for a string that matches "scp". I understand that the Config Summary exists for this purpose, but in an ideal world, I would like to be able to also use a custom SWQL query. It seems as if…
Trying to put together a widget for a dashboard for Site (Node) Availability for Last Week, Last Month, Last Year. I know there are Reports that do this but getting those in to a dashboard and not being 3 separate tables seems impossible . Example: Site(based off switchport Availability) Last Week Last Month Last Year Avon…
I'm probably missing something obvious, but is there a way to "theme" SWQL Studio? Some of the items are difficult to read in the default color scheme and it would be helpful to change that. I looked at the config file and it's XML (yet another language that I don't speak or understand)
I have an SWQL query that needs to have return email addresses in the results. When I put the @ , the query, SWQL wants to treat it as a parameter. How do I get SWQL to display the email address. Example query below: SELECT TOP 50 'Asset Manager' AS [Full Name], 'example@work.com' AS [Email], N.Caption as [ItemName] From…
Hi All, I have added a widget on one of my modern dashboards to show uptime for the last 30 days but the value I am getting is different than the "Availability Statistics" on the Node Details page. Here is my SWQL query: SELECT TOP 10 n.NodeName,aggSub1._avg AS Orion_ResponseTime_Availability_avg FROM Orion.Nodes n LEFT…
Does anyone have feedback on a SWQL query to bring information back on the Wireless_Rogues tables. We can tell the SQL query is SELECT TOP 1000 * FROM [dbo].[Wireless_Rogues] and have tried to convert this to SWQL using SELECT TOP 1000 * FROM Orion.Wireless.Rogues and have not had success. We’ve also tried it using FROM…
It looks like you're new here. Sign in or register to get started.