When trying to access the database through the Solar Winds REST API I am getting a "Could not connect in call from " error. I am using the proper IP Address and Username/Password. Any suggestions?
Can you share more details about your setup? What SolarWinds products are you trying to connect to? What client software/language/runtime are you using?
I'm using the SolarWinds Orion API found here GitHub - Plexxi/SolarWindsOrionREST: SolarWinds Orion REST python library and this is the SolarWinds Platform I am on. http://www.solarwinds.com/Orion Platform 2013.1.0, SAM 5.5.0, NPM 10.5, IVIM 1.6.0, VNQM 4.0.1 1995-2013 SolarWinds Worldwide, LLC. All Rights Reserved. I am trying to access the Utilization of the Node Interfaces in our WAN to ultimately create an external way for our users to view the Utlization information without needing to log into the Solar Winds interface. I'm not really sure if I'm headed in the right direction or if this is even possible. I am using Python as the API says and slowly trying to understand how the API works and how to manipulate it. Ideally this information that I "export" from the SolarWinds interface will be presented on our SharePoint site in some way.
I don't work directly on the Orion Database however the DBA made me a read-only account to access the Database. When trying to get into the Database through the API I am getting the following error.
I'm not sure if I should be connecting through a different way. Any help / suggestions are greatly appreciated as I'm not really sure how to go about doing this.
Is this the IP address of the SQL Server or the Orion server? It should be the Orion server.
I originally had the SQL server IP, just changed it to the Orion Server IP and still having trouble connecting. I am using a read-only account that does not have a password. Would that cause a problem?