Comments
-
Thank you @Jaime for the quick and extremely helpful response! Right as you posted this I found the reference to `/config-mode` in the API Spec file: https://sonicos-api.sonicwall.com/sonicos_files/default/sonicos_openapi.yml and I have added that method to my API client. I probably should update my auth method to allow…
-
I've created a new repo to keep this at where this can be eventually built upon to be imported into other projects.
-
@Jaime - Thank you, that is exactly what needed to be in there, specifically the 'Accept-Encoding' and 'Accept' headers being set to 'application/json' The code is now working, and I am able to successfully connect to all of the devices I have been testing with and pull a list of Address Objects. Here's the updated…