How to create a NCM JOB through SDK
Hi ,How we can create a job in NCM through SDK which will run a script/Change template, where there will be few variables which will be taken as input through API. From the service definition we...
View ArticleSWQL : NCM ConnectionProfiles table
Hi, the SQL statement below works in SQL Management studio. The objective is to retrieve the connection profile Name and build rules around it based on its name. SELECT A.[NodeID] ,A.[IP_Address]...
View ArticleHow Solarwinds calculate Device Availability.
Dear All, My higher management want to know about the device availability, i have shared them the report but they are raising the issue about device availability. Reason:-1. We have some device which...
View ArticleUnable to Parse output from the ExecuteSQL Verb in PowerShell
I've assigned the output of the ExecuteSQL verb in Powershell (using the Invoke-SwisVerb cmdlet) to a variable, but I can't figure out how to parse the results. It says it is in XML format but the...
View ArticleError when editing node after adding via SDK/API
After adding a node to Solarwinds via SDK or API (I'm using Powershell) I cannot edit the node settings. I get the following error: I have tried:Rebooting the Solarwinds boxAdding the node with the...
View ArticleHelp with SWQL Date & Time functions
Greeting, I'm currently working on an automated report for our triggered alerts. The issue I'm running into is formatting the date and time functions. The documentation of these functions doesn't...
View ArticleSet-SwisObject error when updating IPAM.Subnet
I am executing the following command via powershell and getting an error. However, despite the error it does update the FriendlyName in the database. Any thoughts on how to get rid of the error?...
View ArticleInvoke-SwisVerb access denied when running with non admin AD account
I'm trying to run the following: $swis = Connect-Swis -Hostname $IPAMServer -Trusted Invoke-SwisVerb -SwisConnection $swis -EntityName IPAM.SubnetManagement -Verb GetFirstAvailableIp @($subnetAddress,...
View ArticleMS SQL performance metrics using Orion API
Hello Team, Would you please help where and how I can query these metrics using SWQL studio for getting the data shown below? The metrics are specific to MS SQL database performance. Can you specify...
View ArticleI want to get all the IP addresses in my network Via API, I have tried...
Hello, In GitHub it is mentioned about APIs https://github.com/solarwinds/OrionSDK/wiki/RESTThe given syntax in above link is as follows:GET...
View ArticleInvoke rest api not returing json
Making a request to the api in json for json returns XML. Here is the request out bound request OST...
View ArticleWhat can I get from Rest API?
hello everyone. I'm a SolarWinds novice. I know SolarWinds has a Rest API on port 17778.at the end of Query parameter, it looks like a SQL statement. Does anyone has REST API documention?What can...
View Article"MANAGE AS NODE" from API?
I have been leveraging Deploy and DeployToNode from Orion.AgentManagement.Agent, the agents install without error and show up as "Agent is running" & "Connected".I know how to use the admin UI to...
View ArticleSQWL: Group SLA
Hi, Does anyone have any info on how to create a 'Group' SLA report via SQWL? I found this thread, however, I'm not sure if this is the correct way. Group Availability Reports Thank you in advance.
View ArticleOrion.Groups vs Orion.Container
Is there any preference on which entity to use going forward for group API calls? Either Orion.Groups or Orion.Container
View ArticleNode added with JSON Doesn't poll correctly
I'm asking this for my developer, so I don't have all the programmesse language, but when we add a node through JSON and I think Python it automatically reports as up, even though it is not up. The...
View ArticleImport of WMI windows machines with REST API and CHEF
Hey, We are looking to have new builds imported with CHEF code and I am having a hard time finding a short API call that can be launched to start a discovery of the new node and assign the credential...
View ArticleOrion.Accounts GroupPriority
Hello All, I wonder if someone might be able to help me. I am looking for a way to pull out a list of all the AD Groups in my environment so that I can review the Priority Order. I can get this via SQL...
View ArticleUnable to use SDK and getting 401 exception
We are getting 410 exception when we are trying to use SDK for querying backend SQL server for Solarwinds (python script). Tried the same with both user + admin credentials.Please help suggest the...
View Article