Hey y'all, I'm new to SWQL and the Studio and I'm trying to build a modern dashboard on the Orion platform, and I just wanted to know how careful I need to be with my queries in SWQL Studio. I'm basically here to ask if I can break something or crash the server if I query the wrong thing or too much. Note I have been…
I just started a new position at a new company, and one of my first tasks is to take a look at my department's current environment. At this current time there is not an individual field setup that could easily identify a server and which team manages the server. I noticed that under custom properties for the Node's section…
I'm hoping someone can point me in the correct direction as I cant figure out how to reference additional fields when creating a Custom SWQL Trigger condition. I'm looking to report on our Meraki WAPS and have a Custom SWQL Trigger condition which validates and is working as intended. I want to include information in the…
I am trying to update the description field in IPAM with python and am getting a 'The given key was not present in the dictionary' error. I have browsed other solutions, but can't see a big difference in my code and other 'working' code. I know I am close by looking at the first dictionary I am printing based on the uri,…
I like the "Top 10 Nodes by Current Response Time" widget in the classical dashboard, but I can't figure out how to exactly replicate it on the modern dashboard. I tried the 'hubble' approach to get the SWQL code and it works in SQWL Studio, but not when I copy and paste the exact code in the modern dashboard widget. It…
I am getting the following error when running "connect-Swis" in Azure automation powershell environment: Method not found: 'Void System.ServiceModel.NetTcpSecurity.set_Mode(System.ServiceModel.SecurityMode)' But this error does not happen from a standard windows powershell prompt. SwisPowershell module claims not having…
where can i add cusom property location SELECT TOP 10 n.CPULoad,n.Caption,n.Status,n.CustomProperties.Locations AS CustomProperties_Locations,n.DetailsUrl FROM Orion.Nodes n order by n.CPULoad descending CustomProperties.Locations AS [CustomProperties Location]
ive got the below SWQL working in SKD but when I load it into Modern Dashboard Table I get "Provided SWQL query is not valid. Details: RunQuery failed, check fault information. Cannot resolve property Alert" Any assistance would be greatly appreciated SELECT o.AlertConfigurations.Name AS [Alert]…
How to authenticate using token in powershell swis connection ?
I need to create API poller for testing connection on an external URL. I use BASIC AUTHENTICATION with username and password to get token which I apply as BEARER TOKEN to connect to bit modified URL and retrieve necessary data. The problem is the token I'm using is valid for 3600 seconds - then I get data I wanted. But…
It looks like you're new here. Sign in or register to get started.