I would like to use the self-signed certs, can you merge?
So, first up... we have a LAB server so I can destroy it as much as I want... and as we are getting more and more pressured to automate, automate, automate I now need to start looking at how to do things, via a script. Then I can test on the LAB server before deploying for real. One of our common issues is that we get…
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?
It looks like you're new here. Sign in or register to get started.