Orion SDK - Does anyone know how to build the Interface list Dynamically
My current code is string BuildQuery = @"from myRow in dt.AsEnumerable()" + " where " + strInput.ToString().Substring(strInput.Length - 3) + " "...
View ArticleHow do I limit the scope of a query to the current node?
I am trying the following: SELECT CS.RowID as RowID, IsNull(CS.Status, 0) as ValueFROM Orion.NPM.CustomPollerStatus CSINNER JOIN Orion.NPM.CustomPollerAssignment CA ON CA.CustomPollerAssignmentID =...
View ArticleUpdate IPAM records using Orion SDK - not supported?
Hi,I'm establishing automation for our infrastructure, where on of the automated actions will be to reserve IP address in IPAM.i have already managed to get free Ip address by network, but i also need...
View ArticleOrion SDK & Python
Hello Orion Community I am new to Solarwinds and Solarwinds SDK. I have been presented with the challenge of finding a way to automate the adding of nodes to Solarwinds. I have experience with python...
View ArticleSWIS or JSON/REST API to bulk IMPORT xml web reports?
NPM 11.5.2, NCM 7.4 and SDK 1.10 I have managed to take an xml export of a web based report and using perl, read the file (as one line) and using regex to replace existing nodeID's, interfaceIDs in...
View ArticleCreate subnet using REST API
Hi,Does anyone know how to create a SUBNET using the REST API Best Regards,Kevin Downey
View ArticleList of Network pools
Hi, Can anyone explain how to return a list of network pools using the REST API? Best Regards,Kevin Downey
View ArticleUnmanage via Code
I am trying to unmanage nodes when I create them and here is my code, but they do not go unmanaged, What am I missing? try {...
View ArticleAdd custom created tables to swql?
I am new user of solarwinds and would like to build some custom automation. I would like to use powershell and utilize the solarwinds api to kickoff a discovery but would like to use a custom table to...
View ArticleDLL and API issues after NPM 12.0.1
First, let me say I've inherited this solution from someone that has left the company... We generally grab a copy of SolarWinds.InformationService.Contract2.dll from the server after upgrade and...
View ArticleOrion NCM REST/SWIS/SWQL API - Where clause on custom property ?
Is it possible to build a query with a WHERE clause on a custom property ? It seems the custom properties are not defined into Orion.nodes. The error message : {"Message":"Entity Orion.Nodes does not...
View ArticleError with REST/JSON while trying to unmanage node
I've been trying to work out a POSH script that can unmanage a node. I've successfully created one that can change a custom property here and i'm using that as my base. I can unmanage the node via the...
View ArticleList Resources By C# Orion SDK?
For example in NMS web console:1. Go Under Node Management.2. Click List Resources to get a checklist of interfaces. Can I have same operation from C#? Regards
View ArticleHow do I use AddNodesToNCM VIA REST API
I have only been using solarwinds for a short time and I am not a great programmer, but I have successfully added new nodes into solarwinds, I'm feeling pretty confident about adding pollers and...
View ArticlePython - Newly added Node doesn't have/get "Customeproperties"
I can add a node with Python and that works fine, but when I try to update the Custom properties, swis.update(uri + "/CustomProperties", NodeID=nodeid) It's not working, Also when I read Custom...
View ArticleCisco Nexus neighbours in UDT not available
Hi all, Trying to import the neighbours data from a Cisco Nexus into UDT, unfortunately this is not possible o.o.t.b. So I log in with SSH-script and copy the data, paste it into a file and see I get...
View ArticleIs supported The Orion SDK by the maintenance contract??
Hi everyone! Is supported The Orion SDK by the maintenance contract?? All the best!!
View ArticleInvoke SDK to insert/import OrionMap file
HI hope someone can help i am in a little pickle, i am trying to import/insert a Orion map with Powerhsell i have the below: Add-PSSnapin swissnapin #connect to poller with username used to log on to...
View ArticleFind Nodes have been down for x amount of days (30)
Hey, I'm looking for nodes that have been abandoned in our environment. Could some one point me in the right direction for a reliable source to pull this data from. Under Orion.Nodes is...
View ArticleUsing RemoveDependencies Verb
Hi all, I'm trying to use the RemoveDependencies verb from the Orion.Dependencies entity. It's asking for an array of integers (System.Int32[]) and I tried doing the following: Passing the array of...
View Article