Hi - newbie here. Read as much as I can about using CRUD.AddWMINode.ps1 but it still fails for me running locally. I have verified that the hyphens are ok as per another post, and checked the errors for anything else obvious like that What am I missing please ?? Errors as follows New-SwisObject : An error occurred when…
Hi, I've spent some time looking at previous posts, but none provide a step by step instructional for how to import data into PowerBI. The two options that I've seen discussed are: 1. Import data from SQL Server 2. Import data from web I am not able to make any progress with the SQL server connection. I've looked at…
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:…
It looks like you're new here. Sign in or register to get started.