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…
We are looking for ways to suppress/remove alerts that were generated during a maintenance window that we didn't get to schedule until after the event. As far as I can tell, this is not straightforward but I believe it can be done by forming a SQL script to exclude the data in scope from any relevant report. Does anyone…
Hi, Anyone knows how to add Orion.DisvoeredVolumes elements into Orion.DiscoveryIgnoredVolumes table? Thanks,
In SWQL studio there are some inherited properties in one of the SEUM tables that I want to use in a SQL query. It has be be SQL because SWQL doesn't support what I need to do. How can I find out what SQL tables the inherited properties come from? I've had a really good root around but found nothing.
Hi, I have some API calls that read and write to Orion.Events table, but for now am using an account with admin rights. Is there a way to create a user the least privileges, I just need to have read and write rights to only Orion.Events table? Thanks.
Hello all again, thank you for all of your continued support! I am now looking to create a report or widget that will report or display all nodes which are not included in any Orion Maps. So far the only way I have been able to do this is through a very slow and inefficient report. I query every node ID and ask for its…
How do i pull Cisco configuration changes message content from Log Viewer to place it in emails sent to administrators and the event log? I'm new to SWQL and have found the data in Orion.OLM.LogEntry with a wonky SWQL query. I'm looking at making a new variable in Alert Actions but I'm not sure how to proceed here. I think…
Hello, I have a quick question. Where can I find which version of Orion SDK that is installed? Many thanks.
I have a swql report: SELECT N.Caption AS NodeName ,N.IPAddress ,SME.Description AS Type ,SME.StatusDescription AS STATUS ,SME.AncestorDisplayNames AS Object_details --, N.NodeStatusRootCause FROM Orion.Nodes AS N JOIN System.ManagedEntity AS SME ON SME.AncestorDisplayNames LIKE CONCAT ( '%' ,N.Caption ,'%' ) JOIN…
It looks like you're new here. Sign in or register to get started.