How do I get the proportion widget for critical servers to show how many? What is the SWQL code for showing the number of critical events. I am using SELECT Count(*) AS UP FROM Orion.Nodes WHERE Status = 1 which shows all the number of nodes but I when I put SELECT Count(*) AS UP FROM Orion.Nodes WHERE Status = 14 for…
Howdy, Anyone found a verb or method to create a new hierarchy group via the API? There is nothing in the documentation on this being possible and looking through the schema and applicable tables, there doesn't appear to be anything with a hook to be able to make a new group outside of the console UI.
Hello I am a total newbie to Orion APIs. So pardon the question if it is too silly. I am using Curl to fetch my data from Orion.Nodes. My project needs me to pull all the nodes based on a list of NodeIds. Is there a way i can do a IN clause? Ex. curl ...…
I'm getting the following error when trying to create an extra JOIN. Cannot implicitely convert from data type Guid to data type Inst32 Ignoring the spelling mistook I think I understand why. The two JOINs look like this: JOIN Orion.NodesCustomProperties AS ncp ON nd.NodeID = ncp.NodeID JOIN NCM.EntityPhysical AS ep ON…
So I'm trying to create a powershell script to add Active Directory Groups via SWIS PowerShell script. This is where I've got to and it's failing on the ConvertFrom-Json; $settings = Get-Content "$PSScriptRoot\Settings.json" -Raw | ConvertFrom-Json $swis = Connect-Swis -Host "1.1.1.1" -UserName "AD_USER_ACCOUNT" -Password…
I have a PerfStack widget which is showing realtime GlobalProtect active sessions from my Palo Alto and I would like to turn this into a KPI widget on a modern dashboard. I have very limited SWQL experience beyond making some basic up/down KPI widgets and would like some advice on where or how I might pull the data for…
Hi Everyone, We have a vm template that has the agent installed on the system already. Once a system is provisioned, our C.M. activates the agent and it shows up in Orion but with no resources listed. I am trying to figure out how to perform the same functions as list resources would, from research I am guessing I would…
Hello, Wondering how everyone feels about the impact on security of the Orion SDK and SWQL Studio etc not being available directly from Solarwinds and instead through Github. Last year was a tough time with the compromise of the official software updates and downloading and running software from Github has me more nervous…
I'm attempting to add resources to nodes that are monitored via agents through the api using the ListResources verbs. While this works in my test environment it's hitting a timeout on job creation against the prod deployment. Looked through SWIS logs and found mention of RabbitAdvancedBus not getting ACK or NACK in 9…
All, I am just curious if anyone has tried bulk updating sonar discovery profiles using the SDK or SQL? I see the profiles through the API, and some of the cosmetic information appears easy to modify (name, repeat interval, etc) but I don't see the information I am trying to modify (start and end IP address). Just curious…
It looks like you're new here. Sign in or register to get started.