Neaum · Python Dev

Comments

  • Hi, I not sure if it's exaclty what your looking for but what I'm doing is a SWQL to get the hostname with DNS(I'm using ansible but you can use python in your case): - name: Run SWQL query to get DNS (be patient...) uri: url: "https://{{ solarwinds_host }}:17774/SolarWinds/InformationService/v3/Json/Query" method: POST…