Orion SDK, Add network interface and Volumes
Hi,First of all, thanks for the great SDK you provide :d). I'm using the powershell api, and it works fine.I have several questions about how to add network interface and volumes for monitoring.My...
View ArticleSolarWinds to Service-Now Integration
SolarWinds & Service-Now=====================We’re trying to do the following (option 1 is our preferred while option 2 is a fallback):1)A) SolarWinds generates alertB) SolarWinds uses a...
View ArticleDownload the latest config of all devices using Powershell
I am trying to download all device configurations (latest versions) to local drive. Here is the script I tried based on modified sample scripts. if (! (Get-PSSnapin | where {$_.Name -eq "SwisSnapin"}))...
View ArticleCustom SWQL resource
Hi, Cross posting as didn't get a response in NPM area: Custom SWQL resource Thanks Stuart
View ArticleWhy are my Orion.Alerts StartTime and EndTime dates showing years 1899?
Hey all, I am looking into creating a query in order to get all of the Alerts (eventually from a given Date/Time) for Nodes, Interfaces, etc. and am assuming that the Orion.Alerts table is the correct...
View ArticleUnexpected query results via Orion SDK 1.8 / PowerShell
Hi all, Ok, so I have a quandry from the guy who integrates our network automation PS scripts into/onto the production boxen. So I did a little testing on this and got some unexpected results. I...
View ArticleAcknowledging Alerts with SWIS in C#
HelloI am trying to acknowledge alerts using the invoke method. The only example I have is in java. I need to do this in C#. I thought I converted the code but the code I have is not acknowledging the...
View ArticleDefinition of "Status" field in "Orion.Nodes" table
Dear Sir or Madam - Would you please document the possible values that may appear in the "Status" field of the "Orion.Nodes" table ? I know that value "1" means "up" and value "2" means...
View ArticleAcknowledge Events Log Table via API
I would like to acknowledge events in the events log table via the invoke command. Is this possible? If not? How do a get a list of Alerts for a specific node, I then would like to use that...
View ArticleSWIS REST/JSON API
Starting with NPM 10.4, SWIS now supports a REST/JSON API in addition to the existing SOAP API. The operations supported by each API are identical: the six basic operations of Query, Invoke, Create,...
View ArticleSolarWinds to Service-Now Integration
SolarWinds & Service-Now=====================We’re trying to do the following (option 1 is our preferred while option 2 is a fallback):1)A) SolarWinds generates alertB) SolarWinds uses a...
View ArticleSDK/PowerShell - Group Creation Script Issue
Trying to use the following script (based on the 'Groups' example in the SDK) to add groups based on Nodes.Location and a CustomProperty != if (! (Get-PSSnapin | where {$_.Name -eq "SwisSnapin"})) {...
View ArticlePowershell SDK Application.Unmanage Returning Positional Error
Folks,I'm trying to script Application.Unmanage so that we can streamline a maintenance. We're on a fresh install of the 1.8 SDK. This works: PS> Get-SwisData $swis 'SELECT NodeID, IPAddress,...
View ArticleDefinition of "Status" field in "Orion.Nodes" table
Dear Sir or Madam - Would you please document the possible values that may appear in the "Status" field of the "Orion.Nodes" table ? I know that value "1" means "up" and value "2" means...
View ArticleCustom SWQL resource
Hi, Cross posting as didn't get a response in NPM area: Custom SWQL resource Thanks Stuart
View ArticleSet NCM Credentials
Hello all - I've managed to successfully create nodes using v3, and add that node to NCM with v2. One thing I am not seeing though is how to set the credentials for NCM? I used XmlDocument xdoc = new...
View ArticleQuestion about updating alerts (in the AlertStatus table)
Is it possible to update an alert Note (or for that matter, any custom alert fields) after the alert has been acknowledged? And if so, would I use the same three fields [to id the 'row'] one uses to...
View ArticleQuestion about something in the UnderstandingOrionAdvancedAlerts document
On page 3 of the UnderstandingOrionAdvancedAlerts document, it is stated that "The trigger condition timer is an option when defining a trigger. When a trigger condition is detected an entry is made in...
View ArticleAdd Node to NCM via .NET
Trying to add a node to NCM using the SDK with C# .NET. Have the following code: System.Xml.XmlDocument xdoc = new System.Xml.XmlDocument(); System.Xml.XmlElement[] elem = new...
View ArticleSolarWinds\Orion SDK\Schema\3.0\ documentation question
In my copy of the SolarWinds\Orion SDK\Schema\3.0\Orion.AlertStatus.html document, the notes field is empty for all of the fields. Can anyone either point me to a different doc, or give me the...
View Article