Hello,
I'm currently accessing the Orion/SWIS DB for reporting purpose on our Web application. I took the Java sample of the SDK (V1.8) and this sample uses the version 2 of the Orion DB. The one of the SDK 1.9 also uses the version 2.
We would like now to add the netflow data that seem to be available from the version 3. But when I simply add "v3" as indicated in the documentation it doesn't work. I don't get any exception but no data is returned (even for the non-netflow tables like for instance Orion.NPM.Interfaces).
SWISv3: https://servername:17778/SolarWinds/InformationService/v3/OrionBasic
I can get successfully the netflow data using SWQL (table: Orion.Netflow.Flows).
Could you please tell me what I have to change in my Java app in addition to the URL above or tell me where I could get a sample using the version 3?
Thanks a lot for your help, kind regards
Livio