The most recent content from our members.
I'm trying to programmatically delete a node from our SolarWinds Orion environment as part of our server decommission process I am automating. I can't seem to find the correct endpoint to target in my POST to the API to do this, and I've searched the scheme documentation for our version (2024.1). I should note I have no…
hi guys, Do anyone give me the details of this integration. I need to integrate Solarwinds and ServiceNow using REST API. The only action is to create incident in ServiceNow whenever an alert is generated. I am very new to Solarwinds. However I would to like to know more about it. Any kind of suggestions are highly…
Hello, We wanted to create a discovery profile using api. We used Discovery · solarwinds/OrionSDK Wiki · GitHub to create the discovery profile. The code is as follows :- $CorePluginConfigurationContext = ([xml]" <CorePluginConfigurationContext xmlns='http://schemas.solarwinds.com/2012/Orion/Core'…
How can i include 2 conditions in a single dynamic query. I know that i can include multiple dynamic queries, but when i include multiple queries they become OR condition. Like when i create member as this snippet $members = @( @{ Name = "$city City Node"; Definition = "filter:/Orion.Nodes[CustomProperties.City='Austin']"…
I am entirely new to REST calls and JSON arrays, and I am struggling to implement automated node discovery using the SWIS REST API. My eventual goal is to integrate this method with vRealize Orchestrator, but I would like to use Powershell during the initial testing. Before I go too deep into the rabbit hole, I have to…
Hi, I built a powershell script that will invoke restmethod API to create a new ticket in the Web Helpdesk Ticketing system. I have been working in my companies development system and I got everything to work as I needed. There are concerns that using API in the production system will cause issues. I wanted to find out if…
Hello, I was able to add Orion node using the below per Re: SWIS REST/JSON API $url = "server:17778/.../Orion.Nodes" Invoke-RestMethod -Uri $url -Method POST -Body $body -Credential $Credential -ContentType application/json But when I attempted to set the custom properties for the node per the link PowerShell script to…
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
It looks like you're new here. Sign in or register to get started.