I trying to figure out how to update the dynamic query definition of an existing container.
Orion does not yet have a way to perform a complete bulk export (full backup) of all alert rules from the web console UI. So as of today, the only option is to use the OrionSDK. There are several use cases on why an Orion admin might need to perform a complete alert rule export. 1. When migrating from one Orion instance to…
Hello Expert , I want to install SwisPowerShell module on Solarwinds server. can someone help me to get this done. Regards Sangram
Hi, I need help to find the foreigner key to join the table. For example, I know I can do a join to get datastores linked to a host or a cluster. And I also see the chain icon shows "dataSotres(Orion,VIM,Datastores)." as in the screenshot. But how can I find the foreigner key to link them? I don't see the same keys in…
import requests import solarwinds from datetime import datetime, timedelta def main(): hostname = 'Solarwinds-Orion' username = 'xxxxx' password = 'xxxxx' verify = '/temp/solarwinds.pem' swis = solarwinds.SolarWinds(hostname, username, password, verify) results =…
I'm trying to use LastBoot in a query and it displays in UTC, how can I covert to my EDT? Do I just do the math and subtract 5 or is there a better SWQL way to do it? Here is my current query: SELECT TOP 20 NodeID, IPAddress, Caption, SysName, Status, PolledStatus, StatusLED, StatusDescription, StatusIcon, LastBoot,…
Hello team, I get the errormessage: Traceback (most recent call last): File "orion_api2.py", line 17, in configSearch = swis.invoke('Cirrus.ConfigArchive', 'ConfigSearch', ' ', 'Running', cirrus_nodelist, 'true', 'true') File…
Looking at a dynamic pw system and would like to investigate updating SAM template credential PW through API. Thoughts?
Is there a way using the SWQL REST calls to update the Component Settings for a Application monitor assigned to a node? Example: I have a Node and I have created an Application Monitor for HTTP. The URL and proxy settings need to be updated for the Node, however, I would like to do this via an API/SDK. The GUI interface is…
I needed to update thousands of nodes from SNMP to ICMP. Obviously doing this through the web console would have been tedious. I wrote this script to make this change in bulk via the API. Hope this helps anyone else out there who needs to do something similar. * Line: 37 - Update this with your Orion hostname or IP * Line:…
It looks like you're new here. Sign in or register to get started.