In SWQL studio , i see the entity value of "can delete" property of a table set to False, i want to run a script that will delete an entry from this table.Is there any way to achieve it.
I am using the following query. The issue is that I get elements not listed within the "Metaswitch_Platform" group. Any insight would be appreciated. SELECT TOP 10 COUNT(AlertActiveID) AS Quantity ,[ALERTS].AlertObjects.RelatedNodeCaption AS [Node] ,[ALERTS].AlertObjects.RelatedNodeDetailsURL AS DetailsUrl ,[Nodes].Status…
Hi, I am planning to build Python script to get data from SolarWinds reports and compare the data from ServiceNow CMDB. This is to check all database nodes are being monitored in SolarWinds. Is there a sample script for that?
Having issues with the query function within the OrionSDK not building the API request correctly. Instead of building the URL "">MYSOLARWINDSINSTANCE.com:17774/.../Query I am getting "MYSOLARWINDSINSTANCE.com:17774/.../Query" causing [Errno 11001] getaddrinfo failed. The first URL listed can be accessed and returns…
You may, or may not have noticed within the release notes of 2023.1 and the port requirements document that the use of port 17778 for SWIS API is being deprecated and we recommend that you start using port 17774.…
Hi, I can't possibly imagine this hasn't already been requested, but nothing suggested is showing up for this. I have several drawings where I overlay Universal Device Pollers using references like "${CurrentValue}/30 Amps" in labels within Network Atlas. When the node is offline or the OID assigned isn't found on the…
HI , I am version on Orion 2023.2.0 and trying to connect to SWQL studio but getting following error :I suspect its the issue related to changing the rest client port changed from 17777 to 17774 in the newer version , if thats the issue where can i chage this port ? Is there any certificate installation required , i know i…
How to connect with SolarWinds API via Orion SDK? Can i have any suggestions on this!
I'm trying to monitor for Cisco devices that are routers but where I am not gathering/polling the routing table i.e. when ListResources was run the admin did not select those components to monitor.
Trying to get average Availability for a KPI widget for the last 7 days and using below Query SELECT AVG(E0.[AvgResponseTime]) AS Counter FROM Orion.Nodes AS E0 WHERE ( ( E0.[CustomProperties].[x_x_x] = 'abc' )) AND Date.Time BETWEEN GETDATE() - 7 AND GETDATE() But I am getting below error when validating the query:…
It looks like you're new here. Sign in or register to get started.