i've been trying to login to SWQL studio and all i've been getting is the error displayed in the picture. Anything i might be doing wrong? Because all credentials are correct. Do i need to connect to the MPE or solarwinds database server? ERROR MESSAGE! Unable to connect to Information Service. Could not connect to…
Good morning Thwack Community, Anyone having issues running basic API queries against EOC? Basic Query: import requests from pprint import pprint from orionsdk import SwisClient from dotenv import load_dotenv import os load_dotenv() def sw_query(instance, pssWord, pssKey): requests.packages.urllib3.disable_warnings() swis…
Hi, I am trying to get a list of all Cisco switches with their name, model, and serial #. I tried various things but was not able to get the desired results. I see some data in [dbo].[NPM_SwitchStackMember] and tried to join with [dbo].[Nodes] but couldn't get it to work. Any help with the query or better report would be…
To compensate for the bug in NCM 2024.2 - Unable to import nodes from a discovery, I try to use orionsdk. I have found the verb Orion.Discovery.ImportDiscoveryResults I have found hot to get the profileID Get-SwisData -SwisConnection $SwisConnection -query "SELECT ProfileID, Name, Description, RunTimeInSeconds, LastRun,…
what is api for NCM compliance report? we want to integrate with other tool, and they are looking for compliance Api option. let me know if anybody aware of it
How can I get my if statement conditions to work properly using the Orion SDK with PowerShell? For whatever reason, I can only get one of the conditions to match no matter what I do. Is there something I may be missing for the if statements? I basically have the SWQL Queries as the conditions and then have it execute…
i want to learn swiss query language and its integration with html
<html> <head> <title>BotswanaPost Map </title> <script src="">polyfill.io/.../polyfill.min.js <script type="module"> async function initMap() { console.log("Maps JavaScript API loaded."); } window.initMap = initMap; </script> </head> <body> <gmp-map center="-24.614881,25.925841" zoom="4" map-id="DEMO_MAP_ID" style="height:…
SWQL Needed for Hardware health & Application Health overviews please - thanks
Hi all I'm using a very useful SAM monitor that uses a powershell script to provide metrics on filecount, folder size etc. I would like the output on the right hand side (bytes) to match the statistic on the left (gigabytes)....however I'm not sure on the data transformation needed. I believe the relevant elements of the…
It looks like you're new here. Sign in or register to get started.