Bug that allows user with no NCM access to pull from config archives
We have a local account that is configured in NCM as: None No access to NCM functionality. We validated no NCM access when invoking ConfigSearch like this: swis.invoke('Cirrus.ConfigArchive',...
View ArticleNeed help converting t-sql functions 'convert()' and 'cast()' to work in SWQL
I have a report query ins T-SQL and I need to use in SWQL: Part of the query presenting error:Select convert(varchar, r.Event_Time, 120) Event_Time, r.AccessPoint, CAST(r.Clients as int) Clients...
View ArticleHow to create a REST API for solarwinds to poll data (Single Link including...
REST API for solarwinds to fetch data.
View ArticleConfig files available via NCM
I am looking for a way to do searches in the downloaded running-config files using the SDK but so far haven't succeded.Any suggestions?
View ArticlePowershell - Access to Orion.GroupCustomProperties denied
I was able to use the Solarwinds API to create a new empty Group using powershell, I will add nodes to it later. $ugpid = "ABCD101"$groupId = Invoke-SwisVerb $swis Orion.Container CreateContainer @( #...
View ArticleAPI - Create NetPath Test on Demand
Has anyone used the Orion SDK / API to create NetPath tests on demand? The idea here is that a user can just click a button to deploy a new NetPath test for a quick troubleshooting session without...
View ArticleMove nodes between Polling Engines using SWIS API (agent based)
Hi all, I'm wondering if there is a way to move nodes to different Polling Engine through the SWIS API whilst also maintaining agent functionality. You can do this through the GUI using the "Manage...
View ArticleSDK for Alert
can i use python/powershell list all alert and alert action? Which table should I query.Thanks
View ArticleQuery Alert Manager or Action Manager
What table should I use?SolarWinds Information Service v3.0 Schema DocumentationI tried to use AlertObjects and AlertConfigurationsbut seem not
View ArticleAD Authentication with Curl
Hey tdanner,We have been noticing a 403 error when we try to run a Curl Command with a AD Account, but if we use a local Orion account it passes. Is that a known limitation with the API or could I be...
View ArticleValidateCustomProperty Verb
Both Orion.NodesCustomProperties and Orion.VolumesCustomProperties have a Verb named, "ValidateCustomProperty". Does anyone know what this verb does? Can anyone provide the parameters required for it...
View ArticleSWQL Reoprts
I'm trying to create a report in SWQL to pulling data for the following: Node name, IP address, OS, Application, AppOwner, Responsible_Director, CriticalTier, Department, PrimaryContact1,...
View ArticleCustom Chart with Data driven by SWQL QuerySQL
I am having real problems ... nothing I have seen before and wondered if anyone knows why I generate data using an SQL query. Relatively simple ... Links a bit of Data SELECT s.TimeStamp, n.SysName,...
View ArticleAdd a new Dynamic Query to existing group
Hi, I need to add a dynamic Query to 1000 groups which were created using Powershell. I have the scripts that were used to create the groups, but i cant work out how update a group or add a query to...
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 ArticleServer Report in SWQL
Hello, I am trying to put together a server report using SWQL. I do not have any documentation on tables/field names so I am flying blind. I need items 7,8, 9 in the swql statement below. Can anyone...
View ArticleAPI - Create NetPath Test on Demand
Has anyone used the Orion SDK / API to create NetPath tests on demand? The idea here is that a user can just click a button to deploy a new NetPath test for a quick troubleshooting session without...
View ArticlePowershell add node but no monitor
I reference the sample from github , i added pollor properties , normally, we need to monitor the C driver, d:\drive, network traffic, network card, , i tried to copy the other monitor by query the...
View ArticleHow to create a REST API for solarwinds to poll data (Single Link including...
REST API for solarwinds to fetch data.
View ArticleREST - HTTP Post - SWIS Invoke Orion.Container/CreateContainer Issue
Hi.I read:Groups · solarwinds/OrionSDK Wiki · GitHubREST - HTTP Post - SWIS Invoke Orion.Container/CreateContainer IssueException adding Orion.Container with dynamic query via Python I use java...
View Article