If I run this query in SWQL Studio: SELECT SysName, Uri, Caption FROM Orion.Nodes I get 2076 rows. But if I go into the Orion "Settings:Manage Nodes" set to "[No Grouping]" I get 5310 objects. I am trying to change my nodes' "Caption" field and not seeing a bunch of nodes that I can see in the Manage Nodes list under…
Why does this query create near-duplicate lines in the output? The only difference is the AccountID column. One of the account ID's is correct the other seems random. SELECT DISTINCT [EntityUri], [SuppressFrom] AS [UtcSuppressFrom], [SuppressUntil] AS [UtcSuppressUntil], ToLocal([SuppressFrom]) AS [LocalSuppressFrom],…
Trying to figure out what I'm doing wrong, or to change SQL coding to a join statement Trying to get all the member of group components only that are in an alert state (non-up, not un-managemented. etc) to be listed in and email to the support team. here my code but keep getting subject message., can some help me here.…
Team, I am developing an automation solution which involves Solarwinds Orion API calls to NPM to get the CDP neighbor info, however we only have production instance and bit afraid to play with it. So I am looking for any sandbox lab to test some queries ? or should I download the complete 30 day trial to test the Orion…
I have been tasked with creating an executive dashboard for a specific subset of our network, is there a way to filter alerts such as the one below to only list alerts for device in a custom property of device location, or filter by names including sq75? SELECT [AlertObjects].AlertConfigurations.Name AS [Name]…
Hi Everyone, I've been trying to get a PHP page I've been writing to start a Discovery Profile, but it seems to be getting hung up on getting the XML Context into JSON format so that I can send it it the REST API via cURL. Has anyone been able to do this before, and if not, does anyone have any ideas? I am relatively new…
Hi All, i have an issue when i try to run the sample code from the orionsdk-python in particular from this page:https://github.com/solarwinds/orionsdk-python/blob/master/samples/ncm_execute_script.py i get this error unable to connect to polling engine, we have 3 pollers, i tried all 3 pollers its the same result here is…
I am working on testing sending Solarwinds Alerts to ServiceNow to generate incidents. I have this setup and working. I have a question about the trigger actions - do I have to manually go through each alert and add the ServiceNow trigger or is there some way to add this trigger to existing alerts a different way? Thanks…
Does anyone know if we need to have the ServiceNow Solarwinds module in ServiceNow to generate tickets? I have a few other apps that are configured to send an email to ServiceNow and gernate tickets and I am hoping Solarwinds can do the same without having to fork over a ton of money. Thanks!
Hey folks, just pulled together a small script that can be run as a scheduled task, to unmanage/remanage based on custom properties. Obviously, this can be done from the GUI, but in particular, this use case can be tailored for other examples (such as a recurring frequency, like every Friday at 7). While there is a legacy…
It looks like you're new here. Sign in or register to get started.