Create new report Solarwinds Orion.Report Powershell
HI, While creating new report via powershell, I am facing an issue. My data is getting stored in Database but is not reflecting in SWQL and web console $Report = (Invoke-SwisVerb $swis...
View ArticleExecute command to NCM with Python
HI,i am using the orion sdk 2.2.54 now.i uderstand the how to query from solarwinds businesslayer now.but don't know how to send the command to the ncm with python can you let me know?thank you.....
View ArticleAdd/Update Orion node with Powershell Rest API using Json data type
Hello, I would like to add/update the Orion node with PowerShell Rest API using Json data type. I want to know if any one has any sample code that I can look at. Thank you in advance. CluM09
View ArticleJSON AcknowledgedBy Inbound using xMatters Integration Agent
I am working on our integration with xMatters. One of my goals is to have the ACK passed from xMatters into Orion include the user who initiated the ACK within xMatters. Today an inbound ACK is...
View ArticleHow to retrieve time series data for a specified time range using SWQL/SWIS...
Hi All, First of all many Thanks for trying to help me out here. I have a requirement to pull out Performance Metric Time series data from SolarWinds Orion NPM Module's SWIS API Capability, for which...
View ArticleSet node custom properties using PowerShell Rest API
Hello, I was able to add Orion node using the below per Re: SWIS REST/JSON API$url = "https://server:17778/SolarWinds/InformationService/v3/Json/Create/Orion.Nodes" Invoke-RestMethod -Uri $url -Method...
View ArticleHow to download Orion reports using an API?
Am currently downloading the reports into an Excel sheet by appending &DataFormat=xls in the URL. Is there any API to use where I could export the reports? I want to write some code that takes data...
View ArticleTrusted connection from c# code using REST/JSON API
I am sorry, are there any moderators here to approve below question ? It's been pending for three days now....:-( Hi All, I am a c# developer and my application currently uses PowerShell based Swis...
View ArticleUpdating properies of IPAM object with Powershell
I have found bits and pieces of information regarding this in the forums, on sdk pdfs, etc. So far I have had no luck. Is it possible to update properties of an object in IPAM using Powershell? Is it...
View ArticleOrion SDK access to Resources and ResourceProperties tables
Hi, I'm wondering if anyone has found a way of querying the Resources and Resourceproperties Tables via the SDK. I've looked throught the V3 schema and doesn't appear to be any related classes to those...
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 ArticleSWIS v3 Rest API calls not working as domain user
I have this powershell script: $server = "server" $credential = Get-Credential $query = "https://"+$server+":17778/SolarWinds/InformationService/v3/Json/Query?query=SELECT nodeid FROM...
View ArticleDid SWQL subqueries break in npm 12.2?
All,Did SWQL subqueries change in NPM 12.2? I recently upgraded and noticed I had some reports not working. This looks for sites that dont have some devices in them. But its not returning the List...
View ArticleSolarwinds Orion.Accounts
How can i pass values to Orion.Accounts to Create an Account using powershell? $groupId = (Invoke-SwisVerb $swis "Orion.Accounts" "CreateAccount" @( ([xml]@(...
View ArticleAnyone has has a Phyton Script to add Custom Pollers directly to the...
I'm trying to add a large amount off custom pollers directly to the Orion.NPM.CustomPollers table. The UniqueName, Description, OID etc. has already been defined in a spread sheet I just need to know...
View ArticleModify Network Sonar Discovery attributes
Is there a way to modify the network sonar discovery scope (add ip addresses for instance) leveraging the api? directly via sql?
View ArticleAdding node custom properties does not work.
Hi, I am adding node with a custom properties but when it adds a node it does not fill the custom property part. Here is my script: # This sample script demonstrates how to add a new node using CRUD...
View ArticleSet node custom properties using PowerShell Rest API
Hello, I was able to add Orion node using the below per Re: SWIS REST/JSON API$url = "https://server:17778/SolarWinds/InformationService/v3/Json/Create/Orion.Nodes" Invoke-RestMethod -Uri $url -Method...
View ArticleDifference In SubQuery Results Between SWQL and API
I am getting different results when using SWQL studio and the API. In SWQL, the Address and CIDR values are being returned from IPAM.IPNODE.Subnet.Address & CIDR. In the API the values are not...
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 Article