The most recent content from our members.
As the subject suggests, i am trying to invoke this verb under Cirrus.Nodes using python. However i am getting an error where ExecuteConfigChangeReportAction evoked with comparisonType = MostRecentToLastOfTheSameType show me error The output is not informative not sure what is wrong here.
There are multiple pending PRs that fix open issues, and no maintainers seem to be responding. https://github.com/solarwinds/orionsdk-python/pulls Has Solarwinds been abandoning the community use of the API, at least from Python? Should this github repository (which is owned by Solarwinds' organization) be…
Hi I'm trying to trigger PollNow for a node using the below API call: https://SolarWinds-Orion:17774/SolarWinds/InformationService/v3/Json/Invoke/Orion.Nodes/PollNow Body: { "netObjectID": "${N=SwisEntity;M=OrionIdPrefix}${N=SwisEntity;M=NodeID}" } or hardcoded { "netObjectID": "N:8042" } I do it from "Send A GET Or POST…
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…
Hello All, I would like some assistance with a powershell script I am writing using swisPowershell to add volume to a node. I have already successfully added a new node, a new interface, custom settings for the node, and also I was able to add virtual memory, physical memory, and a fixed disk drive to the node. Here is my…
I have been building my own collection of SWQL queries in GitHub. it occurred to me that many useful queries are spread across OrionSDK scripts and possibly shared reports, I have found that the SWQL queries themselves are exceptionally useful for running quick table creations in SWQL Studio, for sharing with the power…
Hi, Wich entity in the SDK is stored the data on dbo.CredentialPropery or is there an invoke that gets the credential username of a credential? Regards
Hello, New to SWQL and having trouble with the COUNT function. I have 200 custom groups that have various number of members. I am looking to create a table that contains the name (can do), custom properties (can do), and the count of elements within the specific group (where the trouble begins). Here is what I have so far:…
Hello, It seems that something has changed or broken in the Orion SDK after we upgraded to 2023.3.1. Attempts to acknowledge or add notes to alerts via Powershell return errors. Orion.AlertStatus.Acknowledge failed, check fault information. Verb Orion.AlertStatus.Acknowledge: Cannot find assembly Orion.AlertStatus.AddNote…
I see a few posts with NCM queries to run in SWQL but all are many years old. In SW version 2023.2.1.2035 and connection to SWQL studio as Orion (v3), running a simple query like "SELECT TOP 10 NodeID FROM Cirrus.Nodes" doesn't return anything. Is Cirrus.Nodes table not used anymore? and there is different table to query?…
It looks like you're new here. Sign in or register to get started.