-
Set Interface Thresholds with PowerShell?
Hello, I'm trying to set thresholds on specific interfaces. I am able to see the properties of the thresholds using Get-SwisObject. $OutPercentUtilizationThreshold = Get-SwisObject $swis -Uri 'swis://orionserver.contoso.com/Orion/Orion.Nodes/NodeID=26/Interfaces/InterfaceID=270265/OutPercentUtilizationThreshold' ...but…
-
Adding NodeNotes to a SWQL query
Dug for quite a while and I don't see a direct link to the NodeNotes, working an update dashboard with a few properties, and want to use the notes as a server purpose/description. This is what I have so far and it pulls everything I need except the node notes, I dug through nearly every linked property but am not finding…
-
ServiceNow Graph Connector - Solarwinds for Asset information polling
Good afternoon We are trying to implement the following on our Orion/ServiceNow setup SolarWinds - SolarWinds Announces Integration With ServiceNow Service Graph Connector Program Service Graph Connectors harness the expertise of ServiceNow technology partners and ServiceNow engineering to provide a quick and reliable…
-
REST API,, Looking for 'URI' to query threshold table
Dear all, I am looking to update Orion.CpuLoadThreshold or Orion.NodesThresholds tables ,, using REST API. But i am not seeing URI's from these table. Could you kindly suggest any points.. My intention is to update, node thresholds via REST API
-
Case # - 01562690 Wrong time period.
Hello everyone. I am using SWQL Studio, I need to obtain average availability/inactivity values for the past month automatically in the "Modern Dashboard" section This is the code I am using. ***** SELECT 'Last Month' AS [Month] , ROUND(AVG(Availability),2) AS [AVG Availability] , ROUND(AVG(PercentDown),2) AS [AVG Percent…
-
How to Query two tables?
Hello, I have no SQL or SWQL experience but I am looking for some guidance. I have been able to create the following Query SELECT TOP 10 NodeID, Address, Application_Arch, BusinessOwner, BusinessUnit, City, Comments, Company, ContactName, CoreDependencies, Country, Custom_Serial_Poller, DateAdded, DeviceDescription,…
-
how to enable Wireless Controller resource via powershell
I have a powershell script that adds fortigate. I'd like to enable Wireless Controller. Checked Orion.Pollers but nothing to enable it.
-
Trying to Enable AssetInventory on Server Nodes via SDK
I am trying to follow this article to enable Asset Inventory on my Servers (selected via Custom Property). We have some that have SAM templates applied (agents), some being monitored via WMI (most of them) and some monitored via SNMP. Currently on version 2023.4.2 with SAM installed and some licenses in use. I was told by…
-
Powershell ADFS token-Signing certificate monitor
I have a script that runs fine locally on our ADFS server. However, when I try to create a Powershell component monitor I get an unknown status with no other details. I have gone over as many articles i can find but I'm still having issues and was hoping someone could offer guidance. I plan to use the $CertType variable as…
-
What are the required fields when adding a Node with SNMP Polling, using the SDK
I am an Orion novice, I am trying to pre-stage various network devices in Orion.. I would like to take a csv with Name, IP, MAC, and Location and create new unmanaged nodes and as the devices are powered on I would like to leverage ICMP and SNMP..to update the missing fields What I am wanting to know, are there required…