Modifying values in Orion.CustomPropertyValues?
Just checking: I think it's not possible to make CRUD operations to Orion.CustomPropertyValues at this point?At least I cannot see any actions on schema. We have list of values in one property and I...
View ArticleBetter SDK than 1.10 for Orion Platform 2014.1.0, NCM 7.3, NPM 10.7, NTA...
Is there a previous SDK which is better suited to work with Orion Platform 2014.1.0, NCM 7.3, NPM 10.7, NTA 4.0.1, IVIM 1.9.0, VNQM 4.1 than 1.10. The CSClient does connect to the server AS IS, and...
View ArticleSDK No Endpoint Listening ... But SWQL Studio Working
I am able to log into the server with SWQL Studio and execute queries, but using the same credentials and hostname in CSClient Sample project results in I opened the sample project in 2013 Express, put...
View ArticleTrouble with custom swql query in device view
Hello, I'm attempting run a simple query (below) as a custom resource within a phone device view in vnqm, but getting "Error: A query to the SolarWinds Information Service failed"Any way I can get...
View ArticleWhy would DiscoverInterfacesOnNode return data with InterfaceID set to 0?
Hey guys and gals,I am having the most bizarre problem. If I POST/Invoke the DiscoverInterfacesOnNode verb, I appear to get back data that looks perfectly fine except that the InterfaceID field is 0!...
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 ArticleREST API in PowerShell
I have been able to use the OrionSDK to create PowerShell scripts to help automate some processes that we have. The downside is that each team member will need to install the SDK in order to run the...
View ArticleDiscovery through SDK is no longer working as expected PowerShell
I've been working on and off on this automation tool and it used to work great on 10.6. I've recently upgraded to 11.0.1 and now my script is no longer importing WMI based nodes properly at all. I've...
View ArticleAccessing Solarwinds Information Service
So i am trying to access the solarwinds information service so i can get the assembly in my C# project however when i try to add the service reference i get the following error...
View ArticleDateTime SWQL Question
I need help converting this to SWQL : This is how far i got..... convert(varchar(10),(DATEDIFF(HH,0,GETDATE()-MAX(Events.EventTime))%24 ))+' Hours 'This is how far i...
View ArticleProblems with creating nodes with interfaces when using SDK (Perl)
Hi, I'm having serious problems getting nodes added properly with selected interfaces monitored. When I add the node, it does not re-discover by itself, I need to edit the node in the GUI and just...
View ArticlePowerShell Module based on the SDK
Hi All, I started working on a PowerShell module, converting existing code examples in the SDK to “Cmdlets” Functions. The ultimate goal is to just make it easier to re-use code. My own use case in...
View ArticleHow do I update the EnablePassword in NCM 7.3 via the SDK (Perl)?
I have a number of nodes that I need to update the EnablePassword stored in the NCM Nodes table in NCM 7.3. As these values are stored in an encrypted format, I'm wondering how I can update them via...
View ArticleSDK Installation and the global assembly cache
After running the OrionSDK.msi Visual Studio does not recognize the reference to either the VBClient SolarWinds InformationService or the CSClient.SWIS in their respective languages. Checking the GAC,...
View ArticleUpdate node properties
Hi, I'm in the middle of a Solarwinds migration. Trying to combine 3 solarwinds environments (DBs) into a single environment (DB). I have written a powershell script to synchronize the nodes,...
View ArticleTables with Triggers(?): The target table of the DML statement cannot have...
When attempting to add a volume through the SDK, I'm getting this error: New-SwisObject : The target table 'dbo.Volumes' of the DML statement cannot have any enabled triggers if the statement contains...
View ArticleBetter SDK than 1.10 for Orion Platform 2014.1.0, NCM 7.3, NPM 10.7, NTA...
Is there a previous SDK which is better suited to work with Orion Platform 2014.1.0, NCM 7.3, NPM 10.7, NTA 4.0.1, IVIM 1.9.0, VNQM 4.1 than 1.10. The CSClient does connect to the server AS IS, and...
View ArticleWhere to add Access-Control-Allow-Origin?
Hi all, I'm trying to poll data from the REST API, only I can't get that data because of an access-control-allow-origin header error. I've tried adding the appropriate xml data to the web config for...
View ArticleTrying to create custom swql query
I am trying to take an SQL Query and plug it into the SWQL Custom Query on one of our Orion views. this is what i have.. replaced names in brackets.. use [database]SELECT ComputerName, SourceName,...
View ArticleIs it possible to acknowledge alerts programmically from a linux server?
We are using OpsGenie to aggregate all the alerts for our alerting. We'd like to integrate Solarwinds too. I was wondering if there is a way to programmically acknowledge alerts from a linux server? I...
View Article