Hi Is it possible to add component in existing template with the SDK or even SQL query? Thanks
I have a quick report I wrote for someone, but they'd like some information added that is a node custom property. How would I include that in this query? SELECT i.FullName ,i.Status ,i.DetailsUrl ,i.MAC ,i.IPAddress.IPAddress FROM Orion.NPM.Interfaces AS i WHERE FullName like '%rts%' AND FullName like '%INET CKT%' AND…
Hi I am looking to update the "Critical Polls" and "Warning Polls" values in the orion.nodesThresholds table using the SDK. However, I've noticed that the URI column is empty... I came across some related discussions, but it doesn't provide enough information regarding the safety of directly updating this table with the…
Hello All, I have been stuck with this error for too long now, I am trying to manage/manage nodes on SolarWinds. I can achieve that using the below curl command on my windows command prompt, but at the same time I try to put this piece of code in a PowerShell script and execute I stumble upon this error, I know this is…
Hey, We have an automation created with VRA (vrealize automation) that deletes a vm, In the automation process we want to add a step to remove the corresponding node from solarwinds via REST API. We already have the create vm + add node to solarwinds working. I wasn't able to find the proper command in the solarwinds…
Hello We have a custom Poller which is polling the last failover of the device to HA. We can see the value with the following SWQL. Now the format of CurrentValue is HH:MM:SS UTC Oct 7 2024. What we want to do is convert into DateTime format and validate if the timestamp is less than 1hr it means the device has recently…
I found below articles but I can't make it work. Edit account permissions via API - SolarWinds SDK - The SolarWinds Platform - THWACK Create/Update operations are not working for Orion.Accounts through SolarWinds Rest API - SolarWinds SDK - The SolarWinds Platform - THWACK I tried using via API Set-SwisObject using the…
ello , i am trying to post request to change node detail to poller i have created https://x.x.x.x:17774/SolarWinds/InformationService/v3/Json/Invoke/Orion.TechnologyPollingAssignments/EnableAssignmentsOnNetObjects { "technologyPollingID": "DeviceStudio.6ff0aa9f-06d0-4780-995d-626d88e4e0f4", "netObjectIDs": [1212] } and it…
Hi All, I am running into an issue and I need your expertise. I need to add an interface to a device already discovered in my setup, but without using the List Resources option. There is a specific reason for this. The device in question has thousands of interfaces and it does not coup very well with huge SNMP storms, so…
Hi I'm trying to trigger PollNow for a node using the below API call: https://SolarWinds-Orion:17774/SolarWinds/InformationService/v3/Json/Invoke/Orion.Nodes/PollNow Body: { "netObjectID": "${N=SwisEntity;M=OrionIdPrefix}${N=SwisEntity;M=NodeID}" } or hardcoded { "netObjectID": "N:8042" } I do it from "Send A GET Or POST…
It looks like you're new here. Sign in or register to get started.