This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Solarwinds API HTTP ERROR 403

I am trying to fetch some data via API for testing. For example, cpu load via solarwinds API. For that I have small API query which call SW API and fetch data.
When i try to access query link in browser it gives me below error. My account have sufficient permission though not admin. Need to know what permission it requires or what am i missing.
Tried it with Solarwinds local account too.


Appreciate if any one can help here.

Error: Access to (SW server IP) was denied.
You don't have authorization to view this page.
HTTP ERROR 403

Sample Query Link: https://(SW server IP):17778/SolarWinds/InformationService/v3/Json/Query?query=SELECT+Caption,CPULoad+FROM+Orion.Nodes+WITH+ROWS+2+TO+10

Additional Info:We don't have SSL implemented so our Solarwinds accessible via http, but API query doesn't respond with it so tried with https, which ask for credentials and it gives me error after entering it.