How to add only UP interfaces using Python/Orion sdk
I can add the nodes and interfaces using the Python script. I used the DiscoverInterfaceOnNode to add the new interfaces and specify the specific interfaces as well. Up to this point everything is...
View ArticleMove a Sub-Container from one Container to Another Container
To first understand my situation, I have a Group (container) for Office Locations. Under that I create a sub-Group for each office we have. When an office is closed, we do not immediately remove the...
View ArticleIs there any rest api for installing swiagent through python code?
I want to install swiagent through python code. So anyone can provide me the solution.So please suggest the api to call the swiagent installation script through python. Thanks in advance
View ArticleSolarwinds exporting to ServiceDesk
Hey team, so I'm looking into linking solarwinds with manageengine service desk so I can produce tickets faster. I found that the easiest way to do this is to be able to produce an xml file and sending...
View ArticleCan one create Groups with the SDK?
I am very new to the SDK and I want to know if it is possible to create Groups using the SDK. I have more than 1500 to do and I would be using a custom property to reference in dynamic query, but I...
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 ArticleUpdating and Synchronizing Custom Properties with CMDB
My company has the usual CMDB sprawl issue. They have been working on designating an authoritative source to hold this information going forward. We use Custom Properties on our nodes in Orion to...
View ArticleTrigger NCM configuration download from SDK
Is there any way with the SDK to start a configuration download? For some reason my nightly backup of configs runs into some issues, but when I manually download from node details, it always works...
View Articlehas anyone automated changing DB password with PowerShell script instead of...
We have to change the password for DB user every 42 days and would like a way to automate it. We currently use SecretServer to store our passwords and it has the capability to enlist powershell scripts...
View Article[python] subnet CRUD operations problem
Hi, I'm trying to update the 'Comments' property on an already existing subnet using the orionsdk python 'update()' method, but it fails miserably (see code below).What on earth am I doing wrong?Also,...
View ArticleSolarwinds Orion Installer
Has anyone used the Solarwinds installer at the link below? Does it work decently or does it cause more problems than it is worth? SolarWinds Feature: SolarWinds Orion Installer - SolarWinds...
View ArticleHow to add application monitor using python
I am trying to add predefined application monitors to an existing node using python scripts
View ArticleCreate SNMP and WMI credentials using Orion SDK
Since Orion Platform 2017.3 (NPM 12.2) it's possible to create SNMP and WMI credentials using Orion SDK and use this credentials in discovery.More information can be found here: Credential Management ·...
View ArticleSWQL Functions Feeback... Enhancments?
Having worked with the SDK (namely SWQL) nearly since its release to the public I have say that I find the SDK/API feature rich, extraordinarily reliable and key path to a Solarwinds installation that...
View ArticleSchema Documentation - Properties-Type
In the example blelow, what is the "type" definition of "System.Double"? Trying to determine if the value of "AveragePacketLoss" is in whole number, percentage, etc. For example:In the highlighted...
View ArticleTrigger NCM configuration download from SDK
Is there any way with the SDK to start a configuration download? For some reason my nightly backup of configs runs into some issues, but when I manually download from node details, it always works...
View ArticleHow to add only UP interfaces using Python/Orion sdk
I can add the nodes and interfaces using the Python script. I used the DiscoverInterfaceOnNode to add the new interfaces and specify the specific interfaces as well. Up to this point everything is...
View ArticleWhat is syntax for "Usages" dictionary?
Hello, Table Orion.NodesCustomProperties has a verb "CreateCustomProperty". This verb has an argument "Usages" that specified to be dictionary. What is format of this dictionary? For example if I want...
View Articleusing OrionSDK with jython
Hello,I want to create an integration with HP's ucmdb so I need to code my discovery with jython, which is basically the same as python.I cannot find any version requirements for the Orion python...
View Article