Req SWQL Query Advice - NTA Check If SourceIP Exists
Hey I'm currently running this SWQL (SWIS) Query SELECT SourceIP, Sum(EgressBytes) as TotalEgressBytes FROM Orion.Netflow.FlowsByIP WHERE TimeStamp>GetDate()-2 AND TimeStamp<GetDate()-1 and...
View ArticleAggregate Functions on NTA entities
Hi community wondering whether we have any updates on SWQL NTA Entities and aggregated functions. i've been asked for a report where the sum of the bytes transferred for a specific IP address is more...
View ArticlePowershell scripts to automatically unmanage\remanage a node using the Orion SDK
First, I'll share the script. Then, I'll explain why we need it and how it helps us in our environment.To use the script you must have the Orion SDK installed on the monitored node. Take the text...
View ArticleManage/Unmanage nodes via powershell
Hi, I have tried to follow the below and I am stuckSilence Group of NodesPowershell scripts to automatically unmanage\remanage a node using the Orion SDK This is the script im using # 2014-07-21 Node...
View ArticleOrion SDK with PowerShell - manage/unmanage multiple nodes
I've been able to script unmanaging and managing nodes in powershell. However, for 400+ nodes, this ends up taking quite a while. Via script, it takes about 7 minutes to unmanage the nodes and over 10...
View ArticleBacktracking NetObjectID with query
What table I should search for getting NodeID when I only have NetObjectID number?As I have understood, NetObjectID can bee application, volume, Interface, Node, etc... Background information:I have...
View ArticleAppInsight for IIS assing to node API
Associating a AppInsight for IIS to a node using API. I tried to use Orion.APM.Application.CreateApplication and Orion.APM.IIS.Application.CreateApplication and did not work
View ArticleUpdating multiple custom properties from a list
I am using NPM 11.5.3 and trying to update multiple custom properties on a node through the use of SWIS Update and Python 2.7 custompropertylist = ['prop1', 'prop2', 'prop3'] for property in...
View ArticlePowershell Adding SNMP nodes, List resources?
I'v been able to Create scripts to add multiple SNMP Nodes but after i add them into the system the resources are never monitored. The only way to complete the process is to list the resources for each...
View ArticleReq SWQL Query Advice - NTA Check If SourceIP Exists
Hey I'm currently running this SWQL (SWIS) Query SELECT SourceIP, Sum(EgressBytes) as TotalEgressBytes FROM Orion.Netflow.FlowsByIP WHERE TimeStamp>GetDate()-2 AND TimeStamp<GetDate()-1 and...
View ArticleUsing Powershell to add nodes with Custom Properties for Device Type
Hello,Running Orion NPM 10.6.0 and SDK 1.7 on Win2k8R2 Can anyone help with adding devices into Orion using Powershell? To complete via NPM Web console, select Management, Edit Node.Select groups,...
View ArticleUpdating multiple custom properties from a list
I am using NPM 11.5.3 and trying to update multiple custom properties on a node through the use of SWIS Update and Python 2.7 custompropertylist = ['prop1', 'prop2', 'prop3'] for property in...
View ArticleAlert Acknowledgment Powershell Rest API
I am trying to Acknowledge alerts via the powershell Invoke-RestMethod cmdlet. I have not had any luck, I always receive -- Invoke-RestMethod : The remote server returned an error: (401)...
View Articlehow to delete unmanaged nodes in Solarwinds.
how to delete unmanaged nodes in Solarwinds.
View ArticlePowershell scripts to automatically unmanage\remanage a node using the Orion SDK
First, I'll share the script. Then, I'll explain why we need it and how it helps us in our environment.To use the script you must have the Orion SDK installed on the monitored node. Take the text...
View ArticleDeleting an Orion Agent and its Node using Powershell SDK instead of GUI
I want to replicate the behavior in the GUI that occurs if I go to: https://myOrionServer/Orion/AgentManagement/Admin/ManageAgents.aspx Select an Agent, and click Delete. This not only removes the...
View ArticleOrion SDK with PowerShell - manage/unmanage multiple nodes
I've been able to script unmanaging and managing nodes in powershell. However, for 400+ nodes, this ends up taking quite a while. Via script, it takes about 7 minutes to unmanage the nodes and over 10...
View ArticleList of properties that a node should have ? (a router for NPM)
Hello, I'm new to this software so I have a few questions that might seem obvious. Does anyone have a list of properties that a node should have when creating one using the api? I´m using a python code...
View ArticlePowerShell Node Creation - Missing Volumes
Greetings Thwack community, We have a script in place that currently runs a query on our kiosk database for new systems, and then creates nodes for them in SolarWinds. We have 2 different types of...
View ArticlePopulate AcknowledgedNote field in AlertActive table via Acknowledge Rest API...
Hi,I am using the Rest API Method to acknowledge an active alert bool Acknowledge(int[] alertObjectIds, string note). With this method the note is appended in the AlertsStatus.Note field which is fine....
View Article